Module tdlight.api

Class TdApi.UpdateChatReadOutbox

Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • UpdateChatReadOutbox

      public UpdateChatReadOutbox()
      Outgoing messages were read.
    • UpdateChatReadOutbox

      public UpdateChatReadOutbox(long chatId, long lastReadOutboxMessageId)
      Outgoing messages were read.
      Parameters:
      chatId - long Chat identifier.
      lastReadOutboxMessageId - long Identifier of last read outgoing message.
    • UpdateChatReadOutbox

      public UpdateChatReadOutbox(DataInput input) throws IOException
      Outgoing messages were read.
      Throws:
      IOException
  • Method Details