PeerNotifySettings

class pyrogram.raw.types.PeerNotifySettings

Telegram API type.

Constructor of PeerNotifySettings.

Details:
  • Layer: 187

  • ID: 99622C0C

Parameters:
  • show_previews (bool, optional) – N/A

  • silent (bool, optional) – N/A

  • mute_until (int 32-bit, optional) – N/A

  • ios_sound (NotificationSound, optional) – N/A

  • android_sound (NotificationSound, optional) – N/A

  • other_sound (NotificationSound, optional) – N/A

  • stories_muted (bool, optional) – N/A

  • stories_hide_sender (bool, optional) – N/A

  • stories_ios_sound (NotificationSound, optional) – N/A

  • stories_android_sound (NotificationSound, optional) – N/A

  • stories_other_sound (NotificationSound, optional) – N/A

Functions:

This object can be returned by 1 function.

account.GetNotifySettings

Telegram API function.