Class TdApi.ScopeNotificationSettings

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ScopeNotificationSettings
Enclosing class:
TdApi

public static class TdApi.ScopeNotificationSettings extends TdApi.Object
Contains information about notification settings for several chats.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    True, if notifications for messages with mentions will be created as for an ordinary unread message.
    boolean
    True, if notifications for incoming pinned messages will be created as for an ordinary unread message.
    int
    Time left before notifications will be unmuted, in seconds.
    boolean
    True, if story notifications are disabled.
    boolean
    True, if message content must be displayed in notifications.
    boolean
    True, if the sender of stories must be displayed in notifications.
    long
    Identifier of the notification sound to be played; 0 if sound is disabled.
    long
    Identifier of the notification sound to be played for stories; 0 if sound is disabled.
    boolean
    If true, story notifications are received only for the first 5 chats from topChatCategoryUsers regardless of the value of muteStories.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Contains information about notification settings for several chats.
    ScopeNotificationSettings(int muteFor, long soundId, boolean showPreview, boolean useDefaultMuteStories, boolean muteStories, long storySoundId, boolean showStorySender, boolean disablePinnedMessageNotifications, boolean disableMentionNotifications)
    Contains information about notification settings for several chats.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • muteFor

      public int muteFor
      Time left before notifications will be unmuted, in seconds.
    • soundId

      public long soundId
      Identifier of the notification sound to be played; 0 if sound is disabled.
    • showPreview

      public boolean showPreview
      True, if message content must be displayed in notifications.
    • useDefaultMuteStories

      public boolean useDefaultMuteStories
      If true, story notifications are received only for the first 5 chats from topChatCategoryUsers regardless of the value of muteStories.
    • muteStories

      public boolean muteStories
      True, if story notifications are disabled.
    • storySoundId

      public long storySoundId
      Identifier of the notification sound to be played for stories; 0 if sound is disabled.
    • showStorySender

      public boolean showStorySender
      True, if the sender of stories must be displayed in notifications.
    • disablePinnedMessageNotifications

      public boolean disablePinnedMessageNotifications
      True, if notifications for incoming pinned messages will be created as for an ordinary unread message.
    • disableMentionNotifications

      public boolean disableMentionNotifications
      True, if notifications for messages with mentions will be created as for an ordinary unread message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ScopeNotificationSettings

      public ScopeNotificationSettings()
      Contains information about notification settings for several chats.
    • ScopeNotificationSettings

      public ScopeNotificationSettings(int muteFor, long soundId, boolean showPreview, boolean useDefaultMuteStories, boolean muteStories, long storySoundId, boolean showStorySender, boolean disablePinnedMessageNotifications, boolean disableMentionNotifications)
      Contains information about notification settings for several chats.
      Parameters:
      muteFor - Time left before notifications will be unmuted, in seconds.
      soundId - Identifier of the notification sound to be played; 0 if sound is disabled.
      showPreview - True, if message content must be displayed in notifications.
      useDefaultMuteStories - If true, story notifications are received only for the first 5 chats from topChatCategoryUsers regardless of the value of muteStories.
      muteStories - True, if story notifications are disabled.
      storySoundId - Identifier of the notification sound to be played for stories; 0 if sound is disabled.
      showStorySender - True, if the sender of stories must be displayed in notifications.
      disablePinnedMessageNotifications - True, if notifications for incoming pinned messages will be created as for an ordinary unread message.
      disableMentionNotifications - True, if notifications for messages with mentions will be created as for an ordinary unread message.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR