Module tdlight.api

Class TdApi.MessageChatSetTtl

Enclosing class:
TdApi

public static final class TdApi.MessageChatSetTtl extends TdApi.MessageContent
The TTL (Time To Live) setting for messages in the chat has been changed.
  • Field Details

    • ttl

      public int ttl
      New message TTL setting.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageChatSetTtl

      public MessageChatSetTtl()
      The TTL (Time To Live) setting for messages in the chat has been changed.
    • MessageChatSetTtl

      public MessageChatSetTtl(int ttl)
      The TTL (Time To Live) setting for messages in the chat has been changed.
      Parameters:
      ttl - int New message TTL setting.
    • MessageChatSetTtl

      public MessageChatSetTtl(DataInput input) throws IOException
      The TTL (Time To Live) setting for messages in the chat has been changed.
      Throws:
      IOException
  • Method Details