Package org.drinkless.tdlib
Class TdApi.UpdateChatUnreadMentionCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatUnreadMentionCount
- Enclosing class:
- TdApi
The chat unreadMentionCount has changed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.intThe number of unread mention messages left in the chat. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat unreadMentionCount has changed.UpdateChatUnreadMentionCount(long chatId, int unreadMentionCount) The chat unreadMentionCount has changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatUnreadMentionCount
public UpdateChatUnreadMentionCount()The chat unreadMentionCount has changed. -
UpdateChatUnreadMentionCount
public UpdateChatUnreadMentionCount(long chatId, int unreadMentionCount) The chat unreadMentionCount has changed.- Parameters:
chatId- Chat identifier.unreadMentionCount- The number of unread mention messages left in the chat.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-