Sha256: 8d495e8118dea3fbf2fb7e13584963b713fed079d41ada87951617661390397e

Contents?: true

Size: 524 Bytes

Versions: 1

Compression:

Stored size: 524 Bytes

Contents

module TD::Types
  # A reference to a richTexts object on the same web page.
  #
  # @attr text [TD::Types::RichText] The text.
  # @attr anchor_name [String] The name of a {TD::Types::RichText::Anchor} object, which is the first element of the
  #   target {TD::Types::RichText::s} object.
  # @attr url [String] An HTTP URL, opening the reference.
  class RichText::Reference < RichText
    attribute :text, TD::Types::RichText
    attribute :anchor_name, TD::Types::String
    attribute :url, TD::Types::String
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/rich_text/reference.rb