Raw.InvokeWithTakeout
Invoke a method within a takeout session, see here for more info.
invokeWithTakeout#aca9fd2e {X:Type} takeout_id:long query:!X = X;
export namespace Raw {
export class InvokeWithTakeout {
constructor(params: { takeoutId: bigint; query: TLObject }) {}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xaca9fd2e
Property
takeoutId
: bigintTakeout session id
query
: TLObjectQuery
Results
TLObject