Sha256: 73876d3ef0a5811c1676e8fe1f63f6c3c0015987deb8efbd0f93c32406585847
Contents?: true
Size: 302 Bytes
Versions: 4
Compression:
Stored size: 302 Bytes
Contents
module TD::Types # The chat title was changed. # # @attr old_title [String] Previous chat title. # @attr new_title [String] New chat title. class ChatEventAction::TitleChanged < ChatEventAction attribute :old_title, TD::Types::String attribute :new_title, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems