Raw.messages.SearchCounter

Raw.messages.SearchCounter

Indicates how many results would be found by a messages.search call with the same parameters

messages.searchCounter#e844ebff flags:# inexact:flags.1?true filter:MessagesFilter count:int = messages.SearchCounter;
export namespace Raw {
  export namespace messages {
    export class SearchCounter {
      constructor(params: { inexact?: boolean; filter: Raw.TypeMessagesFilter; count: number }) {}
    }
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xe844ebff

Property