Class: TD::Types::RichText::Anchor

Inherits:
TD::Types::RichText show all
Defined in:
lib/tdlib/types/rich_text/anchor.rb

Overview

An anchor.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#nameTD::Types::String

Anchor name.

Returns:

  • (TD::Types::String)

    the current value of name



5
6
7
# File 'lib/tdlib/types/rich_text/anchor.rb', line 5

def name
  @name
end