Class TdApi.MessageChatSetTtl

  • Enclosing class:
    TdApi

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

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int ttl
      New TTL.
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageChatSetTtl()
      Default constructor.
      MessageChatSetTtl​(int ttl)
      Constructor for initialization of all fields.
    • Field Detail

      • ttl

        public int ttl
        New TTL.
      • CONSTRUCTOR

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

      • MessageChatSetTtl

        public MessageChatSetTtl()
        Default constructor.
      • MessageChatSetTtl

        public MessageChatSetTtl​(int ttl)
        Constructor for initialization of all fields.
        Parameters:
        ttl - New TTL.