MadelineProto/old_docs/API_docs_v51/constructors/messages_botCallbackAnswer.md
2017-01-19 23:02:27 +01:00

608 B

title description
messages.botCallbackAnswer messages_botCallbackAnswer attributes, type and example

Constructor: messages.botCallbackAnswer

Back to constructors index

Attributes:

Name Type Required
alert Bool Optional
message string Optional

Type: messages_BotCallbackAnswer

Example:

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