messages.botPreparedInlineMessage
Represents a prepared inline message saved by a bot, to be sent to the user via a web app »
type tg.MessagesBotPreparedInlineMessage struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ID | string | yes | The ID of the saved message, to be passed to the id field of the web_app_send_prepared_message event » |
ExpireDate | int | yes | Expiration date of the message |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.botPreparedInlineMessage#8ecf0511