messages.preparedInlineMessage
Represents a prepared inline message received via a bot's mini app, that can be sent to some chats »
type tg.MessagesPreparedInlineMessage struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
QueryID | int64 | yes | The query_id to pass to messages.sendInlineBotResult |
Result | BotInlineResultClass | yes | The contents of the message, to be shown in a preview |
PeerTypes | []InlineQueryPeerTypeClass | yes | Types of chats where this message can be sent |
CacheTime | int | yes | Caching validity of the results |
Users | []UserClass | yes | Users mentioned in the results |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.preparedInlineMessage#ff57708d