inputPeerNotifySettings
Notification settings.
type tg.InputPeerNotifySettings struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
ShowPreviews | bool | — | If the text of the message shall be displayed in notification |
Silent | bool | — | Peer was muted? |
MuteUntil | int | — | Date until which all notifications shall be switched off |
Sound | NotificationSoundClass | — | Identifier of an audio file to play for notifications. |
StoriesMuted | bool | — | Whether story notifications should be disabled. |
StoriesHideSender | bool | — | Whether the sender name should be displayed in story notifications. |
StoriesSound | NotificationSoundClass | — | Identifier of an audio file to play for story notifications. |
References
- Official documentation
- Generated Go reference
- TL definition:
inputPeerNotifySettings#cacb6ae2