Class TdApi.SendChatSetTtlMessage

  • Enclosing class:
    TdApi

    public static class TdApi.SendChatSetTtlMessage
    extends TdApi.Function
    Changes the current TTL setting (sets a new self-destruct timer) in a secret chat and sends the corresponding message.

    Returns Message

    • Field Summary

      Fields 
      Modifier and Type Field Description
      long chatId
      Chat identifier.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int ttl
      New TTL value, in seconds.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • ttl

        public int ttl
        New TTL value, in seconds.
      • CONSTRUCTOR

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

      • SendChatSetTtlMessage

        public SendChatSetTtlMessage()
        Default constructor.
      • SendChatSetTtlMessage

        public SendChatSetTtlMessage​(long chatId,
                                     int ttl)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.
        ttl - New TTL value, in seconds.