inputMessageCallbackQuery
Used by bots for fetching information about the message that originated a callback query
type tg.InputMessageCallbackQuery struct { /* ... */ }
Implements InputMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | int | yes | Message ID |
QueryID | int64 | yes | Callback query ID |
References
- Official documentation
- Generated Go reference
- TL definition:
inputMessageCallbackQuery#acfa1a7e