Sha256: e15fef5fccf70a72eb25586144dfda896aaac9675c850103087f93bcd88c1869
Contents?: true
Size: 350 Bytes
Versions: 4
Compression:
Stored size: 350 Bytes
Contents
module TD::Types # The chat description was changed. # # @attr old_description [String] Previous chat description. # @attr new_description [String] New chat description. class ChatEventAction::DescriptionChanged < ChatEventAction attribute :old_description, TD::Types::String attribute :new_description, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems