Class TdApi.UpdateChatIsMarkedAsUnread

Enclosing class:
TdApi

public static class TdApi.UpdateChatIsMarkedAsUnread extends TdApi.Update
A chat was marked as unread or was read.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • isMarkedAsUnread

      public boolean isMarkedAsUnread
      New value of isMarkedAsUnread.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateChatIsMarkedAsUnread

      public UpdateChatIsMarkedAsUnread()
      A chat was marked as unread or was read.
    • UpdateChatIsMarkedAsUnread

      public UpdateChatIsMarkedAsUnread(long chatId, boolean isMarkedAsUnread)
      A chat was marked as unread or was read.
      Parameters:
      chatId - Chat identifier.
      isMarkedAsUnread - New value of isMarkedAsUnread.
  • 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