Sha256: 1a1b03a471ef742d3a37abd4b1e653e2afd1fd0a201e50a499d4904a8d015905
Contents?: true
Size: 251 Bytes
Versions: 2
Compression:
Stored size: 251 Bytes
Contents
module TD::Types # A rich text anchor. # # @attr text [TD::Types::RichText] Text. # @attr name [String] Anchor name. class RichText::Anchor < RichText attribute :text, TD::Types::RichText attribute :name, TD::Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.2.0 | lib/tdlib/types/rich_text/anchor.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/rich_text/anchor.rb |