Class TdApi.UpdateChatReadOutbox

Enclosing class:
TdApi

public static class TdApi.UpdateChatReadOutbox extends TdApi.Update
Outgoing messages were read.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • lastReadOutboxMessageId

      public long lastReadOutboxMessageId
      Identifier of last read outgoing message.
    • CONSTRUCTOR

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

    • UpdateChatReadOutbox

      public UpdateChatReadOutbox()
      Outgoing messages were read.
    • UpdateChatReadOutbox

      public UpdateChatReadOutbox(long chatId, long lastReadOutboxMessageId)
      Outgoing messages were read.
      Parameters:
      chatId - Chat identifier.
      lastReadOutboxMessageId - Identifier of last read outgoing message.
  • 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