Sha256: 5b27f52a20b9c00be44748501239ef197dc4f3d6f79daf7385acfe9b531ccb44
Contents?: true
Size: 196 Bytes
Versions: 4
Compression:
Stored size: 196 Bytes
Contents
module TD::Types # An updated chat title. # # @attr title [String] New chat title. class MessageContent::ChatChangeTitle < MessageContent attribute :title, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems