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 bigintList of messages on which a current query depends
query
: TLObjectThe query itself
Results
TLObject