module TD::Types # An anchor. # # @attr name [String] Anchor name. class RichText::Anchor < RichText attribute :name, TD::Types::String end end