inputBotInlineMessageID64
Represents a sent inline message from the perspective of a bot
type tg.InputBotInlineMessageID64 struct { /* ... */ }
Implements InputBotInlineMessageID.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
DCID | int | yes | DC ID to use when working with this inline message |
OwnerID | int64 | yes | ID of the owner of this message |
ID | int | yes | ID of message |
AccessHash | int64 | yes | Access hash of message |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBotInlineMessageID64#b6d915d7