Sha256: 613dec4b5115aef135320fe04a8c2620cc9bbddfe3ba9ce765748d5239f59bd4

Contents?: true

Size: 269 Bytes

Versions: 2

Compression:

Stored size: 269 Bytes

Contents

module TD::Types
  # An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
  #
  # @attr name [TD::Types::String] Name of the anchor.
  class PageBlock::Anchor < PageBlock
    attribute :name, TD::Types::String
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/anchor.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/anchor.rb