Skip to content

Commit 63b9e92

Browse files
Kyle Delaneytracyboehrer
Kyle Delaney
andauthored
[PORT] Update channel.py to make it clear that Telegram supports card actions (#1437)
Port of microsoft/botbuilder-dotnet#5024 Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
1 parent a8c4452 commit 63b9e92

File tree

1 file changed

+1
-0
lines changed
  • libraries/botbuilder-dialogs/botbuilder/dialogs/choices

1 file changed

+1
-0
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/choices/channel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def supports_card_actions(channel_id: str, button_cnt: int = 100) -> bool:
6161
Channels.ms_teams: 3,
6262
Channels.line: 99,
6363
Channels.slack: 100,
64+
Channels.telegram: 100,
6465
Channels.emulator: 100,
6566
Channels.direct_line: 100,
6667
Channels.webchat: 100,

0 commit comments

Comments
 (0)