Sha256: 5131fc58e073c81fccbc25d1d687898aad88fbf4c78b8d1896ac77e1404e58af

Contents?: true

Size: 164 Bytes

Versions: 3

Compression:

Stored size: 164 Bytes

Contents

module TD::Types
  # A plain text.
  #
  # @attr text [TD::Types::String] Text.
  class RichText::Plain < RichText
    attribute :text, TD::Types::String
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/rich_text/plain.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/rich_text/plain.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/rich_text/plain.rb