Sha256: 3432d583dbde7b974402ca79244367145fff66c551e6555a1406e9aa24fbbe08
Contents?: true
Size: 298 Bytes
Versions: 2
Compression:
Stored size: 298 Bytes
Contents
module TD::Types # The title of a chat was changed. # # @attr chat_id [Integer] Chat identifier. # @attr title [TD::Types::String] The new chat title. class Update::ChatTitle < Update attribute :chat_id, TD::Types::Coercible::Integer attribute :title, TD::Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/chat_title.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/chat_title.rb |