Package it.tdlight.jni
Class TdApi.ScopeNotificationSettings
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.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 int
CONSTRUCTOR
boolean
disableMentionNotifications
True, if notifications for messages with mentions will be created as for an ordinary unread message.boolean
disablePinnedMessageNotifications
True, if notifications for incoming pinned messages will be created as for an ordinary unread message.int
muteFor
Time left before notifications will be unmuted, in seconds.boolean
showPreview
True, if message content must be displayed in notifications.String
sound
The name of an audio file to be used for notification sounds; only applies to iOS applications. -
Constructor Summary
Constructors Constructor Description ScopeNotificationSettings()
Contains information about notification settings for several chats.ScopeNotificationSettings(int muteFor, String sound, boolean showPreview, boolean disablePinnedMessageNotifications, boolean disableMentionNotifications)
Contains information about notification settings for several chats.ScopeNotificationSettings(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
muteFor
public int muteForTime left before notifications will be unmuted, in seconds. -
sound
The name of an audio file to be used for notification sounds; only applies to iOS applications. -
showPreview
public boolean showPreviewTrue, if message content must be displayed in notifications. -
disablePinnedMessageNotifications
public boolean disablePinnedMessageNotificationsTrue, if notifications for incoming pinned messages will be created as for an ordinary unread message. -
disableMentionNotifications
public boolean disableMentionNotificationsTrue, if notifications for messages with mentions will be created as for an ordinary unread message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ScopeNotificationSettings
public ScopeNotificationSettings()Contains information about notification settings for several chats. -
ScopeNotificationSettings
public ScopeNotificationSettings(int muteFor, String sound, boolean showPreview, boolean disablePinnedMessageNotifications, boolean disableMentionNotifications)Contains information about notification settings for several chats.- Parameters:
muteFor
- int Time left before notifications will be unmuted, in seconds.sound
- String The name of an audio file to be used for notification sounds; only applies to iOS applications.showPreview
- boolean True, if message content must be displayed in notifications.disablePinnedMessageNotifications
- boolean True, if notifications for incoming pinned messages will be created as for an ordinary unread message.disableMentionNotifications
- boolean True, if notifications for messages with mentions will be created as for an ordinary unread message.
-
ScopeNotificationSettings
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-