Constructor: inputPeerNotifySettings
Notification settings.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
show_previews | Bool | Optional | If the text of the message shall be displayed in notification |
silent | Bool | Optional | Peer was muted? |
mute_until | int | Optional | Date until which all notifications shall be switched off |
sound | NotificationSound | Optional | Identifier of an audio file to play for notifications. |
stories_muted | Bool | Optional | Whether story notifications should be disabled. |
stories_hide_sender | Bool | Optional | Whether the sender name should be displayed in story notifications. |
stories_sound | NotificationSound | Optional | Identifier of an audio file to play for story notifications. |
Type: InputPeerNotifySettings
Example:
$inputPeerNotifySettings = ['_' => 'inputPeerNotifySettings', 'show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => NotificationSound, 'stories_muted' => Bool, 'stories_hide_sender' => Bool, 'stories_sound' => NotificationSound];