Raw.account.GetNotifyExceptions
Returns list of chats with non-default notification settings
account.getNotifyExceptions#53577479 flags:# compare_sound:flags.1?true compare_stories:flags.2?true peer:flags.0?InputNotifyPeer = Updates;
export namespace Raw {
export namespace account {
export class GetNotifyExceptions {
constructor(params: {
compareSound?: boolean;
compareStories?: boolean;
peer?: Raw.TypeInputNotifyPeer;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x53577479
Property
compareSound
: boolean or undefinedIf set, chats with non-default sound will be returned
compareStories
: boolean or undefinedIf set, chats with non-default notification settings for stories will be returned
peer
: Raw.TypeInputNotifyPeer or undefinedIf specified, only chats of the specified category will be returned