Raw.messages.ChatsSlice

Raw.messages.ChatsSlice

Partial list of chats, more would have to be fetched with pagination

messages.chatsSlice#9cd81144 count:int chats:Vector<Chat> = messages.Chats;
export namespace Raw {
  export namespace messages {
    export class ChatsSlice {
      constructor(params: { count: number; chats: Array<Raw.TypeChat> }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0x9cd81144

Property

  • count : number

    Total number of results that were found server-side (not all are included in chats)

  • chats : Array of Raw.TypeChat

    Chats