Class TdApi.UpdateMessageContainsUnreadPollVotes

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateMessageContainsUnreadPollVotes
Enclosing class:
TdApi

public static class TdApi.UpdateMessageContainsUnreadPollVotes extends TdApi.Update
Unread votes were added or removed from a poll message.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageId

      public long messageId
      Message identifier.
    • containsUnreadPollVotes

      public boolean containsUnreadPollVotes
      True, if the message is a poll message with unread votes.
    • unreadPollVoteCount

      public int unreadPollVoteCount
      The new number of messages with unread poll votes in the chat.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Update
      Returns:
      this.CONSTRUCTOR