Raw.InvokeAfterMsgs

Raw.InvokeAfterMsgs

Invokes a query after a successful completion of previous queries

invokeAfterMsgs#3dc4b4f0 {X:Type} msg_ids:Vector<long> query:!X = X;
export namespace Raw {
  export class InvokeAfterMsgs {
    constructor(params: { msgIds: Array<bigint>; query: TLObject }) {}
  }
}

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

Layer: 185
Constructor ID: 0x3dc4b4f0

Property

  • msgIds : Array of bigint

    List of messages on which a current query depends

  • query : TLObject

    The query itself

Results

TLObject

Bots can use