Package it.tdlight.jni
Class TdApi.UpdateChatUnreadMentionCount
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatUnreadMentionCount
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatUnreadMentionCount extends TdApi.Update
The chat unreadMentionCount has changed.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
int
unreadMentionCount
The number of unread mention messages left in the chat. -
Constructor Summary
Constructors Constructor Description UpdateChatUnreadMentionCount()
The chat unreadMentionCount has changed.UpdateChatUnreadMentionCount(long chatId, int unreadMentionCount)
The chat unreadMentionCount has changed.UpdateChatUnreadMentionCount(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
-
chatId
public long chatIdChat identifier. -
unreadMentionCount
public int unreadMentionCountThe number of unread mention messages left in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateChatUnreadMentionCount
public UpdateChatUnreadMentionCount()The chat unreadMentionCount has changed. -
UpdateChatUnreadMentionCount
public UpdateChatUnreadMentionCount(long chatId, int unreadMentionCount)The chat unreadMentionCount has changed.- Parameters:
chatId
- long Chat identifier.unreadMentionCount
- int The number of unread mention messages left in the chat.
-
UpdateChatUnreadMentionCount
- 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()
-