MadelineProto/docs/API_docs/constructors/messages_botCallbackAnswer.md

806 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
cache_time int Required

Type: messages_BotCallbackAnswer

Example:

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