Class: TD::Types::RichText::Anchor
- Inherits:
-
TD::Types::RichText
- Object
- Dry::Struct
- Base
- TD::Types::RichText
- TD::Types::RichText::Anchor
- Defined in:
- lib/tdlib/types/rich_text/anchor.rb
Overview
A rich text anchor.
Instance Attribute Summary collapse
-
#name ⇒ String
Anchor name.
-
#text ⇒ TD::Types::RichText
Text.
Method Summary
Methods inherited from Base
Instance Attribute Details
#name ⇒ String
Anchor name.
6 7 8 |
# File 'lib/tdlib/types/rich_text/anchor.rb', line 6 def name @name end |
#text ⇒ TD::Types::RichText
Text.
6 7 8 |
# File 'lib/tdlib/types/rich_text/anchor.rb', line 6 def text @text end |