Class: TD::Types::MessageContent::ChatSetTtl

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/chat_set_ttl.rb

Overview

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#ttlInteger

New message TTL setting.

Returns:

  • (Integer)

    the current value of ttl



5
6
7
# File 'lib/tdlib/types/message_content/chat_set_ttl.rb', line 5

def ttl
  @ttl
end