Occurs whenever you sign in as a bot and a user
clicks one of the inline buttons on your messages.
Note that the chats parameter will not work with normal
IDs or peers if the clicked inline button comes from a "via bot"
message. The chats parameter also supports checking against the
chat_instance which should be used for inline callbacks.
example
asyncfunctionprintQuery(event: NewCallbackQueryEvent) { // TODO }
Occurs whenever you sign in as a bot and a user clicks one of the inline buttons on your messages. Note that the
chats
parameter will not work with normal IDs or peers if the clicked inline button comes from a "via bot" message. Thechats
parameter also supports checking against thechat_instance
which should be used for inline callbacks.