Package org.drinkless.tdlib
Class TdApi.UpdateChatUnreadPollVoteCount
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatUnreadPollVoteCount
- Enclosing class:
TdApi
The chat unreadPollVoteCount has changed.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Update
TdApi.Update.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.intThe number of messages with unread poll votes left in the chat. -
Constructor Summary
ConstructorsConstructorDescriptionThe chat unreadPollVoteCount has changed.UpdateChatUnreadPollVoteCount(long chatId, int unreadPollVoteCount) The chat unreadPollVoteCount 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. -
unreadPollVoteCount
public int unreadPollVoteCountThe number of messages with unread poll votes left in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatUnreadPollVoteCount
public UpdateChatUnreadPollVoteCount()The chat unreadPollVoteCount has changed. -
UpdateChatUnreadPollVoteCount
public UpdateChatUnreadPollVoteCount(long chatId, int unreadPollVoteCount) The chat unreadPollVoteCount has changed.- Parameters:
chatId- Chat identifier.unreadPollVoteCount- The number of messages with unread poll votes 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.Update- Returns:
- this.CONSTRUCTOR
-