Sha256: eb163b71275c5bb2c483b95dd6275748190b8ec18355092da4cad2feb1da65dd

Contents?: true

Size: 179 Bytes

Versions: 6

Compression:

Stored size: 179 Bytes

Contents

module TD::Types
  # A fixed-width rich text.
  #
  # @attr text [TD::Types::RichText] Text.
  class RichText::Fixed < RichText
    attribute :text, TD::Types::RichText
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

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