1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 02:26:55 +01:00
MadelineProto/docs/TD_docs/constructors/callbackQueryAnswer.md

25 lines
649 B
Markdown
Raw Normal View History

---
title: callbackQueryAnswer
description: Contains answer of the bot to the callback query
---
## Constructor: callbackQueryAnswer
[Back to constructors index](index.md)
Contains answer of the bot to the callback query
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|text|[string](../types/string.md) | Yes|Text of the answer|
|show\_alert|[Bool](../types/Bool.md) | Yes|If true, an alert should be shown to the user instead of a toast|
|url|[string](../types/string.md) | Yes|URL to be open|
### Type: [CallbackQueryAnswer](../types/CallbackQueryAnswer.md)