Layer 227
AccountGetNotifyExceptions
Returns list of chats with non-default notification settings
method
Users
account.getNotifyExceptions#53577479 flags:# compare_sound:flags.1?true compare_stories:flags.2?true peer:flags.0?InputNotifyPeer = Updates;
Parameters
| Name | Type | Description |
|---|---|---|
| CompareSound | flags .1? true | If set, chats with non-default sound will be returned |
| CompareStories | flags .2? true | If set, chats with non-default notification settings for stories will be returned |
| Peer | flags .0? InputNotifyPeer | If specified, only chats of the specified category will be returned |
Returns
UpdatesGogram Example
// AccountGetNotifyExceptions - positional arguments result, err := client.AccountGetNotifyExceptions(nil, nil, nil) if err != nil { // handle error } // result is *tg.Updates