mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
664 B
664 B
title |
---|
messages_botCallbackAnswer |
Constructor: messages_botCallbackAnswer
Attributes:
Name | Type | Required |
---|---|---|
alert | Bool | Optional |
has_url | Bool | Optional |
message | string | Optional |
url | string | Optional |
Type: messages_BotCallbackAnswer
Example:
$messages_botCallbackAnswer = ['_' => messages_botCallbackAnswer', 'alert' => true, 'has_url' => true, 'message' => string, 'url' => string, ];