Raw.InputBotInlineMessageID64

Raw.InputBotInlineMessageID64

Represents a sent inline message from the perspective of a bot

inputBotInlineMessageID64#b6d915d7 dc_id:int owner_id:long id:int access_hash:long = InputBotInlineMessageID;
export namespace Raw {
  export class InputBotInlineMessageID64 {
    constructor(params: { dcId: number; ownerId: bigint; id: number; accessHash: bigint }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xb6d915d7

Property

  • dcId : number

    Dc id to use when working with this inline message

  • ownerId : bigint

    Id of the owner of this message

  • id : number

    Id of message

  • accessHash : bigint

    Access hash of message