mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 09:07:47 +01:00
608 B
608 B
title | description |
---|---|
messages.botCallbackAnswer | messages_botCallbackAnswer attributes, type and example |
Constructor: messages.botCallbackAnswer
Attributes:
Name | Type | Required |
---|---|---|
alert | Bool | Optional |
message | string | Optional |
Type: messages_BotCallbackAnswer
Example:
$messages_botCallbackAnswer = ['_' => 'messages.botCallbackAnswer', 'alert' => true, 'message' => string, ];