Sha256: 1466cc39ada2147ad2106df05baca85df092703cfcb35d7fbfe266bb31b72405
Contents?: true
Size: 212 Bytes
Versions: 7
Compression:
Stored size: 212 Bytes
Contents
module TD::Types # A concatenation of rich texts. # # @attr texts [Array<TD::Types::RichText>] Texts. class RichText::s < RichText attribute :texts, TD::Types::Array.of(TD::Types::RichText) end end
Version data entries
7 entries across 7 versions & 2 rubygems