Sha256: 0e592c3f21c7e346081cd9e6d96edb1634ab4d9b9d009ece8eb891b276a40dcf

Contents?: true

Size: 258 Bytes

Versions: 4

Compression:

Stored size: 258 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 [String] Name of the anchor.
  class PageBlock::Anchor < PageBlock
    attribute :name, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/anchor.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/anchor.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/anchor.rb
tdlib-ruby-2.0.0 lib/tdlib/types/page_block/anchor.rb