mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:58:06 +01:00
737 B
737 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' => Bool, 'message' => string, ];
Or, if you're into Lua:
messages_botCallbackAnswer={_='messages.botCallbackAnswer', alert=Bool, message=string, }