Raw.contacts.Unblock

Raw.contacts.Unblock

Deletes a peer from a blocklist, see here for more info.

contacts.unblock#b550d328 flags:# my_stories_from:flags.0?true id:InputPeer = Bool;
export namespace Raw {
  export namespace contacts {
    export class Unblock {
      constructor(params: { myStoriesFrom?: boolean; id: Raw.TypeInputPeer }) {}
    }
  }
}

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

Layer: 185
Constructor ID: 0xb550d328

Property

  • myStoriesFrom : boolean or undefined

    Whether the peer should be removed from the story blocklist; if not set, the peer will be removed from the main blocklist, see here for more info.

  • id : Raw.TypeInputPeer

    Peer

Results

boolean