Sha256: 5e613b3d19f46377a95ce635dac98ef832c0d669ea06c60d4fdf8bfdcd0979cf
Contents?: true
Size: 461 Bytes
Versions: 1
Compression:
Stored size: 461 Bytes
Contents
module TD::Types # A link to an anchor on the same web page. # # @attr text [TD::Types::RichText] The link text. # @attr anchor_name [String] The anchor name. # If the name is empty, the link should bring back to top. # @attr url [String] An HTTP URL, opening the anchor. class RichText::AnchorLink < 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/anchor_link.rb |