Raw.InvokeWithoutUpdates
Invoke a request without subscribing the used connection for updates (this is enabled by default for file queries).
invokeWithoutUpdates#bf9459b7 {X:Type} query:!X = X;export namespace Raw {
export class InvokeWithoutUpdates {
constructor(params: { query: TLObject }) {}
}
}This is a function constructor, you can use it as method when call invoke
Layer: 201
Constructor ID: 0xbf9459b7
Property
query: TLObjectThe query
Results
TLObject