Sha256: 774c5a37a9b4c4b1779328fc5fcf64d2cb930d5d768df2e49ca9e879f66600a6
Contents?: true
Size: 155 Bytes
Versions: 3
Compression:
Stored size: 155 Bytes
Contents
module TD::Types # Contains some text. # # @attr text [TD::Types::String] Text. class Text < Base attribute :text, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/text.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/text.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/text.rb |