Sha256: 8298fec598a2aee562aebac22a893d8ce0e7cedfeec2364d77c203e90eac7de6
Contents?: true
Size: 356 Bytes
Versions: 1
Compression:
Stored size: 356 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::Integer attribute :message_ttl_setting, TD::Types::Integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/chat_message_ttl_setting.rb |