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