Raw.contacts.SetBlocked
Replace the contents of an entire blocklist, see here for more info.
contacts.setBlocked#94c65c76 flags:# my_stories_from:flags.0?true id:Vector<InputPeer> limit:int = Bool;
export namespace Raw {
export namespace contacts {
export class SetBlocked {
constructor(params: {
myStoriesFrom?: boolean;
id: Array<Raw.TypeInputPeer>;
limit: number;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x94c65c76
Property
myStoriesFrom
: boolean or undefinedWhether to edit the story blocklist; if not set, will edit the main blocklist. see here for differences between the two.
id
: Array of Raw.TypeInputPeerFull content of the blocklist.
limit
: numberMaximum number of results to return, see pagination