Module tdlight.api

Class TdApi.UpdateChatMessageTtl

Enclosing class:
TdApi

public static final class TdApi.UpdateChatMessageTtl extends TdApi.Update
The message Time To Live setting for a chat was changed.
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • messageTtl

      public int messageTtl
      New value of messageTtl.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • UpdateChatMessageTtl

      public UpdateChatMessageTtl()
      The message Time To Live setting for a chat was changed.
    • UpdateChatMessageTtl

      public UpdateChatMessageTtl(long chatId, int messageTtl)
      The message Time To Live setting for a chat was changed.
      Parameters:
      chatId - long Chat identifier.
      messageTtl - int New value of messageTtl.
    • UpdateChatMessageTtl

      public UpdateChatMessageTtl(DataInput input) throws IOException
      The message Time To Live setting for a chat was changed.
      Throws:
      IOException
  • Method Details