Class TdApi.UpdateChatMessageTtl

  • Enclosing class:
    TdApi

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

      • chatId

        public long chatId
        Chat identifier.
      • messageTtl

        public int messageTtl
        New value of messageTtl.
      • CONSTRUCTOR

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

      • 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 - Chat identifier.
        messageTtl - New value of messageTtl.