MadelineProtoDocs/old_docs/API_docs_v51/constructors/messages_botCallbackAnswer.md

842 B

title description image
messages.botCallbackAnswer Bot callback answer https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: messages.botCallbackAnswer

Back to constructors index

Bot callback answer

Attributes:

Name Type Required Description
alert Bool Optional Alert?
message string Optional Message

Type: messages_BotCallbackAnswer

Example:

$messages_botCallbackAnswer = ['_' => 'messages.botCallbackAnswer', 'alert' => Bool, 'message' => 'string'];

Or, if you're into Lua:

messages_botCallbackAnswer={_='messages.botCallbackAnswer', alert=Bool, message='string'}