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
: bigintMessage identifier on which a current query depends
query
: TLObjectThe query itself
Results
TLObject