Class TdApi.UpdateChatUnreadPollVoteCount

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

public static class TdApi.UpdateChatUnreadPollVoteCount extends TdApi.Update
The chat unreadPollVoteCount has changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • unreadPollVoteCount

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

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