mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
641 B
641 B
title | description |
---|---|
callbackQueryAnswer | Contains answer of a bot to a callback query |
Constructor: callbackQueryAnswer
Contains answer of a bot to a callback query
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | string | Yes | Text of the answer |
show_alert | Bool | Yes | If true, an alert should be shown to the user instead of a toast |
url | string | Yes | URL to be open |