PeerNotifySettings
- class pyrogram.raw.types.PeerNotifySettings
Notification settings.
Constructor of
PeerNotifySettings
.- Details:
Layer:
194
ID:
99622C0C
- Parameters:
show_previews (
bool
, optional) – (Ternary value) If set, indicates whether or not to display previews of messages in notifications; otherwise the default behavior should be used.silent (
bool
, optional) – (Ternary value) If set, indicates whether to mute or unmute the peer; otherwise the default behavior should be used.mute_until (
int
32-bit
, optional) – Mute all notifications until this dateios_sound (
NotificationSound
, optional) – Notification sound for the official iOS applicationandroid_sound (
NotificationSound
, optional) – Notification sound for the official android applicationother_sound (
NotificationSound
, optional) – Notification sound for other applicationsstories_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_ios_sound (
NotificationSound
, optional) – Sound for story notifications on the official iOS applicationstories_android_sound (
NotificationSound
, optional) – Sound for story notifications on the official Android applicationstories_other_sound (
NotificationSound
, optional) – Sound for story notifications on other applications
- Functions:
This object can be returned by 1 function.
Gets current notification settings for a given user/group, from all users/all groups.