Raw.contacts.Blocked

Raw.contacts.Blocked

Full list of blocked users.

contacts.blocked#ade1591 blocked:Vector<PeerBlocked> chats:Vector<Chat> users:Vector<User> = contacts.Blocked;
export namespace Raw {
  export namespace contacts {
    export class Blocked {
      constructor(params: {
        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: 0xade1591

Property