Data contained in the button
Optional
fireAndForget?: booleanWhether to "fire and forget" this request, in which case the promise will resolve as soon as the request is sent with an empty response.
Useful for interacting with bots that don't correctly answer to callback queries and the request always times out.
Note: any errors will be silently ignored.
Optional
game?: booleanWhether this is a "play game" button
Optional
password?: stringIf the button requires password entry, your 2FA password.
Your password is never exposed to the bot, it is checked by Telegram.
Optional
timeout?: numberTimeout for the query in ms.
Request a callback answer from a bot, i.e. click an inline button that contains data.