java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.NotificationGroup
- Enclosing class:
- TdApi
Describes a group of notifications.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of a chat to which all notifications in the group belong.static final int
Identifier uniquely determining type of the object.int
Unique persistent auto-incremented from 1 identifier of the notification group.The list of active notifications.int
Total number of active notifications in the group.Type of the group. -
Constructor Summary
ConstructorDescriptionDescribes a group of notifications.NotificationGroup
(int id, TdApi.NotificationGroupType type, long chatId, int totalCount, TdApi.Notification[] notifications) Describes a group of notifications.NotificationGroup
(DataInput input) Describes a group of notifications. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public int idUnique persistent auto-incremented from 1 identifier of the notification group. -
type
Type of the group. -
chatId
public long chatIdIdentifier of a chat to which all notifications in the group belong. -
totalCount
public int totalCountTotal number of active notifications in the group. -
notifications
The list of active notifications. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
NotificationGroup
public NotificationGroup()Describes a group of notifications. -
NotificationGroup
public NotificationGroup(int id, TdApi.NotificationGroupType type, long chatId, int totalCount, TdApi.Notification[] notifications) Describes a group of notifications.- Parameters:
id
- Unique persistent auto-incremented from 1 identifier of the notification group.type
- Type of the group.chatId
- Identifier of a chat to which all notifications in the group belong.totalCount
- Total number of active notifications in the group.notifications
- The list of active notifications.
-
NotificationGroup
Describes a group of notifications.- 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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-