1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 20:07:50 +01:00
MadelineProto/docs/API_docs/constructors/messages_botCallbackAnswer.md
2016-12-30 23:21:36 +03:00

734 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
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, ];