From e5064dc2d340e22afdf36926b4a20c687f3a616a Mon Sep 17 00:00:00 2001 From: Kyle Delaney Date: Thu, 3 Dec 2020 16:35:34 -0800 Subject: [PATCH] [PORT] Update channel.py to make it clear that Telegram supports card actions Port of https://github.com/microsoft/botbuilder-dotnet/pull/5024 --- .../botbuilder-dialogs/botbuilder/dialogs/choices/channel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/channel.py b/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/channel.py index 41c313047..d3d532b22 100644 --- a/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/channel.py +++ b/libraries/botbuilder-dialogs/botbuilder/dialogs/choices/channel.py @@ -61,6 +61,7 @@ def supports_card_actions(channel_id: str, button_cnt: int = 100) -> bool: Channels.ms_teams: 3, Channels.line: 99, Channels.slack: 100, + Channels.telegram: 100, Channels.emulator: 100, Channels.direct_line: 100, Channels.webchat: 100,