Class TdApi.UpdateChatUnreadMentionCount

Enclosing class:
TdApi

public static class TdApi.UpdateChatUnreadMentionCount extends TdApi.Update
The chat unreadMentionCount has changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • unreadMentionCount

      public int unreadMentionCount
      The number of unread mention messages left in the chat.
    • CONSTRUCTOR

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