Raw.InvokeWithLayer
Invoke the specified query using the specified api layer
invokeWithLayer#da9b0d0d {X:Type} layer:int query:!X = X;
export namespace Raw {
export class InvokeWithLayer {
constructor(params: { layer: number; query: TLObject }) {}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xda9b0d0d
Property
layer
: numberThe layer to use
query
: TLObjectThe query
Results
TLObject