Sha256: c287c7b652e7c96fccd04db6ce68659dcd58debbcadbbb93595c05db30428748
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
module TD::Types # The chat description was changed. # # @attr old_description [TD::Types::String] Previous chat description. # @attr new_description [TD::Types::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
3 entries across 3 versions & 1 rubygems