Raw.InputBotAppID

Raw.InputBotAppID

Used to fetch information about a direct link mini app by its id

inputBotAppID#a920bd7a id:long access_hash:long = InputBotApp;
export namespace Raw {
  export class InputBotAppID {
    constructor(params: { id: bigint; accessHash: bigint }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0xa920bd7a

Property

  • id : bigint

    Direct link mini app id.

  • accessHash : bigint

    Access hash, obtained from the botapp constructor.