Sha256: 51eb10b44cbe273daca9f2abef2c0585ee09ece24f87d5d18e721ab0511c7701
Contents?: true
Size: 169 Bytes
Versions: 2
Compression:
Stored size: 169 Bytes
Contents
module TD::Types # An anchor. # # @attr name [TD::Types::String] Anchor name. class RichText::Anchor < RichText attribute :name, TD::Types::String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/rich_text/anchor.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/rich_text/anchor.rb |