Raw.InvokeAfterMsg

Raw.InvokeAfterMsg

Invokes a query after successful completion of one of the previous queries.

invokeAfterMsg#cb9f372d {X:Type} msg_id:long query:!X = X;
export namespace Raw {
  export class InvokeAfterMsg {
    constructor(params: { msgId: bigint; query: TLObject }) {}
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0xcb9f372d

Property

  • msgId : bigint

    Message identifier on which a current query depends

  • query : TLObject

    The query itself

Results

TLObject

Bots can use