Raw.contacts.GetBlocked

Raw.contacts.GetBlocked

Returns the list of blocked users.

contacts.getBlocked#9a868f80 flags:# my_stories_from:flags.0?true offset:int limit:int = contacts.Blocked;
export namespace Raw {
  export namespace contacts {
    export class GetBlocked {
      constructor(params: { myStoriesFrom?: boolean; offset: number; limit: number }) {}
    }
  }
}

This is a function constructor, you can use it as method when call invoke

Layer: 185
Constructor ID: 0x9a868f80

Property

  • myStoriesFrom : boolean or undefined

    Whether to fetch the story blocklist; if not set, will fetch the main blocklist. see here for differences between the two.

  • offset : number

    The number of list elements to be skipped

  • limit : number

    The number of list elements to be returned

Results

Raw.contacts.TypeBlocked