Module tdlight.api

Class TdApi.ChatNotificationSettings

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatNotificationSettings
Enclosing class:
TdApi

public static final class TdApi.ChatNotificationSettings extends TdApi.Object
Contains information about notification settings for a chat or a forum topic.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    If true, notifications for messages with mentions will be created as for an ordinary unread message.
    boolean
    If true, 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 for the chat.
    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 for messages; 0 if sound is disabled.
    long
    Identifier of the notification sound to be played for stories; 0 if sound is disabled.
    boolean
    If true, disableMentionNotifications is ignored and the value for the relevant type of chat or the forum chat is used instead.
    boolean
    If true, disablePinnedMessageNotifications is ignored and the value for the relevant type of chat or the forum chat is used instead.
    boolean
    If true, muteFor is ignored and the value for the relevant type of chat or the forum chat is used instead.
    boolean
    If true, muteStories is ignored and the value for the relevant type of chat is used instead.
    boolean
    If true, showPreview is ignored and the value for the relevant type of chat or the forum chat is used instead.
    boolean
    If true, showStorySender is ignored and the value for the relevant type of chat is used instead.
    boolean
    If true, the value for the relevant type of chat or the forum chat is used instead of soundId.
    boolean
    If true, the value for the relevant type of chat is used instead of storySoundId.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Contains information about notification settings for a chat or a forum topic.
    ChatNotificationSettings(boolean useDefaultMuteFor, int muteFor, boolean useDefaultSound, long soundId, boolean useDefaultShowPreview, boolean showPreview, boolean useDefaultMuteStories, boolean muteStories, boolean useDefaultStorySound, long storySoundId, boolean useDefaultShowStorySender, boolean showStorySender, boolean useDefaultDisablePinnedMessageNotifications, boolean disablePinnedMessageNotifications, boolean useDefaultDisableMentionNotifications, boolean disableMentionNotifications)
    Contains information about notification settings for a chat or a forum topic.
    Contains information about notification settings for a chat or a forum topic.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize, toString

    Methods inherited from class java.lang.Object

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

    • useDefaultMuteFor

      public boolean useDefaultMuteFor
      If true, muteFor is ignored and the value for the relevant type of chat or the forum chat is used instead.
    • muteFor

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

      public boolean useDefaultSound
      If true, the value for the relevant type of chat or the forum chat is used instead of soundId.
    • soundId

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

      public boolean useDefaultShowPreview
      If true, showPreview is ignored and the value for the relevant type of chat or the forum chat is used instead.
    • showPreview

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

      public boolean useDefaultMuteStories
      If true, muteStories is ignored and the value for the relevant type of chat is used instead.
    • muteStories

      public boolean muteStories
      True, if story notifications are disabled for the chat.
    • useDefaultStorySound

      public boolean useDefaultStorySound
      If true, the value for the relevant type of chat is used instead of storySoundId.
    • storySoundId

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

      public boolean useDefaultShowStorySender
      If true, showStorySender is ignored and the value for the relevant type of chat is used instead.
    • showStorySender

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

      public boolean useDefaultDisablePinnedMessageNotifications
      If true, disablePinnedMessageNotifications is ignored and the value for the relevant type of chat or the forum chat is used instead.
    • disablePinnedMessageNotifications

      public boolean disablePinnedMessageNotifications
      If true, notifications for incoming pinned messages will be created as for an ordinary unread message.
    • useDefaultDisableMentionNotifications

      public boolean useDefaultDisableMentionNotifications
      If true, disableMentionNotifications is ignored and the value for the relevant type of chat or the forum chat is used instead.
    • disableMentionNotifications

      public boolean disableMentionNotifications
      If true, 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

    • ChatNotificationSettings

      public ChatNotificationSettings()
      Contains information about notification settings for a chat or a forum topic.
    • ChatNotificationSettings

      public ChatNotificationSettings(boolean useDefaultMuteFor, int muteFor, boolean useDefaultSound, long soundId, boolean useDefaultShowPreview, boolean showPreview, boolean useDefaultMuteStories, boolean muteStories, boolean useDefaultStorySound, long storySoundId, boolean useDefaultShowStorySender, boolean showStorySender, boolean useDefaultDisablePinnedMessageNotifications, boolean disablePinnedMessageNotifications, boolean useDefaultDisableMentionNotifications, boolean disableMentionNotifications)
      Contains information about notification settings for a chat or a forum topic.
      Parameters:
      useDefaultMuteFor - If true, muteFor is ignored and the value for the relevant type of chat or the forum chat is used instead.
      muteFor - Time left before notifications will be unmuted, in seconds.
      useDefaultSound - If true, the value for the relevant type of chat or the forum chat is used instead of soundId.
      soundId - Identifier of the notification sound to be played for messages; 0 if sound is disabled.
      useDefaultShowPreview - If true, showPreview is ignored and the value for the relevant type of chat or the forum chat is used instead.
      showPreview - True, if message content must be displayed in notifications.
      useDefaultMuteStories - If true, muteStories is ignored and the value for the relevant type of chat is used instead.
      muteStories - True, if story notifications are disabled for the chat.
      useDefaultStorySound - If true, the value for the relevant type of chat is used instead of storySoundId.
      storySoundId - Identifier of the notification sound to be played for stories; 0 if sound is disabled.
      useDefaultShowStorySender - If true, showStorySender is ignored and the value for the relevant type of chat is used instead.
      showStorySender - True, if the sender of stories must be displayed in notifications.
      useDefaultDisablePinnedMessageNotifications - If true, disablePinnedMessageNotifications is ignored and the value for the relevant type of chat or the forum chat is used instead.
      disablePinnedMessageNotifications - If true, notifications for incoming pinned messages will be created as for an ordinary unread message.
      useDefaultDisableMentionNotifications - If true, disableMentionNotifications is ignored and the value for the relevant type of chat or the forum chat is used instead.
      disableMentionNotifications - If true, notifications for messages with mentions will be created as for an ordinary unread message.
    • ChatNotificationSettings

      public ChatNotificationSettings(DataInput input) throws IOException
      Contains information about notification settings for a chat or a forum topic.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object