Raw.UpdateBotInlineQuery

Raw.UpdateBotInlineQuery

An incoming inline query

updateBotInlineQuery#496f379c flags:# query_id:long user_id:long query:string geo:flags.0?GeoPoint peer_type:flags.1?InlineQueryPeerType offset:string = Update;
export namespace Raw {
  export class UpdateBotInlineQuery {
    constructor(params: {
      queryId: bigint;
      userId: bigint;
      query: string;
      geo?: Raw.TypeGeoPoint;
      peerType?: Raw.TypeInlineQueryPeerType;
      offset: string;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x496f379c

Property