Sha256: 8cd356020eb322c8b9451241709e116b2cc9c4324fd6bb1ddee48d2226b37837
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
module TD::Types # The message Time To Live setting for a chat was changed. # # @attr chat_id [Integer] Chat identifier. # @attr message_ttl_setting [Integer] New value of message_ttl_setting. class Update::ChatMessageTtlSetting < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :message_ttl_setting, TD::Types::Coercible::Integer end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/chat_message_ttl_setting.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/chat_message_ttl_setting.rb |