MadelineProto/old_docs/API_docs_v53/constructors/messages_botCallbackAnswer.md

37 lines
737 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: messages.botCallbackAnswer
description: messages_botCallbackAnswer attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: messages.botCallbackAnswer
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|alert|[Bool](../types/Bool.md) | Optional|
|message|[string](../types/string.md) | Optional|
### Type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md)
### Example:
```
2017-03-11 20:06:30 +01:00
$messages_botCallbackAnswer = ['_' => 'messages.botCallbackAnswer', 'alert' => Bool, 'message' => string, ];
```
Or, if you're into Lua:
```
2017-03-11 20:06:30 +01:00
messages_botCallbackAnswer={_='messages.botCallbackAnswer', alert=Bool, message=string, }
```