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

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/rich_text/s.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/rich_text/s.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/rich_text/s.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/rich_text/s.rb
tdlib-ruby-2.2.0 lib/tdlib/types/rich_text/s.rb
tdlib-ruby-2.1.0 lib/tdlib/types/rich_text/s.rb
tdlib-ruby-2.0.0 lib/tdlib/types/rich_text/s.rb