inputBotInlineMessageID
Represents a sent inline message from the perspective of a bot (legacy constructor)
type tg.InputBotInlineMessageID struct { /* ... */ }
Implements InputBotInlineMessageID.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
DCID | int | yes | DC ID to use when working with this inline message |
ID | int64 | yes | ID of message, contains both the (32-bit, legacy) owner ID and the message ID, used only for Bot API backwards compatibility with 32-bit user ID. |
AccessHash | int64 | yes | Access hash of message |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBotInlineMessageID#890c3d89