Sha256: 644d814e56de8782ab2811e416ceb72937d4bf879e9534cdc2cc2296ba712651
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
module TD::Types # A chat title was edited. # # @attr title [TD::Types::String] New chat title. class PushMessageContent::ChatChangeTitle < PushMessageContent 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/push_message_content/chat_change_title.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/push_message_content/chat_change_title.rb |