Data contained in the button
OptionalfireAndForget?: 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.
Optionalgame?: booleanWhether this is a "play game" button
Optionalpassword?: stringIf the button requires password entry, your 2FA password.
Your password is never exposed to the bot, it is checked by Telegram.
Optionaltimeout?: numberTimeout for the query in ms.
Request a callback answer from a bot, i.e. click an inline button that contains data.