driver-telegram icon indicating copy to clipboard operation
driver-telegram copied to clipboard

Allow to set switch_inline_query or switch_inline_query_current_chat for Button

Open vdomah opened this issue 5 years ago • 0 comments

Hi! To allow implementing Buttons with Inline mode support we need to make callback_data parameter not mandatory. From docs https://core.telegram.org/bots/api#inlinekeyboardbutton

InlineKeyboardButton
This object represents one button of an inline keyboard. You must use exactly one of the optional fields.

So before this PR setting switch_inline_query param will not affect the result because always existing callback_data param will suppress it.

vdomah avatar Jul 06 '20 12:07 vdomah