Raw.contacts.BlockedSlice

Raw.contacts.BlockedSlice

Incomplete list of blocked users.

contacts.blockedSlice#e1664194 count:int blocked:Vector<PeerBlocked> chats:Vector<Chat> users:Vector<User> = contacts.Blocked;
export namespace Raw {
  export namespace contacts {
    export class BlockedSlice {
      constructor(params: {
        count: number;
        blocked: Array<Raw.TypePeerBlocked>;
        chats: Array<Raw.TypeChat>;
        users: Array<Raw.TypeUser>;
      }) {}
    }
  }
}
🚫

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

Layer: 185
Constructor ID: 0xe1664194

Property