Class TdApi.MessageChatSetTtl

  • Enclosing class:
    TdApi

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

      • ttl

        public int ttl
        New message TTL.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - New message TTL.