Package org.drinkless.tdlib
Class TdApi.UpdateMessageContainsUnreadPollVotes
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageContainsUnreadPollVotes
- Enclosing class:
TdApi
Unread votes were added or removed from a poll message.
-
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.booleanTrue, if the message is a poll message with unread votes.longMessage identifier.intThe new number of messages with unread poll votes in the chat. -
Constructor Summary
ConstructorsConstructorDescriptionUnread votes were added or removed from a poll message.UpdateMessageContainsUnreadPollVotes(long chatId, long messageId, boolean containsUnreadPollVotes, int unreadPollVoteCount) Unread votes were added or removed from a poll message. -
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. -
messageId
public long messageIdMessage identifier. -
containsUnreadPollVotes
public boolean containsUnreadPollVotesTrue, if the message is a poll message with unread votes. -
unreadPollVoteCount
public int unreadPollVoteCountThe new number of messages with unread poll votes in the chat. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateMessageContainsUnreadPollVotes
public UpdateMessageContainsUnreadPollVotes()Unread votes were added or removed from a poll message. -
UpdateMessageContainsUnreadPollVotes
public UpdateMessageContainsUnreadPollVotes(long chatId, long messageId, boolean containsUnreadPollVotes, int unreadPollVoteCount) Unread votes were added or removed from a poll message.- Parameters:
chatId- Chat identifier.messageId- Message identifier.containsUnreadPollVotes- True, if the message is a poll message with unread votes.unreadPollVoteCount- The new number of messages with unread poll votes 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
-