Layer 224
InputBotInlineMessageIdObj
Represents a sent inline message from the perspective of a bot (legacy constructor)
constructor
inputBotInlineMessageID#890c3d89 dc_id:int id:long access_hash:long = InputBotInlineMessageID;
Parameters
| Name | Type | Description |
|---|---|---|
| DcId | int | DC ID to use when working with this inline message |
| Id | long | 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 | long | Access hash of message |
Returns
InputBotInlineMessageIDGogram Example
// Creating InputBotInlineMessageIdObj constructor obj := &tg.InputBotInlineMessageIdObj{ DcId: 42, Id: int64(1234567890), AccessHash: int64(1234567890), }