Raw.account.GetNotifyExceptions

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 undefined

    If set, chats with non-default sound will be returned

  • compareStories : boolean or undefined

    If set, chats with non-default notification settings for stories will be returned

  • peer : Raw.TypeInputNotifyPeer or undefined

    If specified, only chats of the specified category will be returned

Results

Raw.TypeUpdates