Sha256: b550d9512cecbe2a368af1def07154eb909804d59a208712bc9676c71d80999f
Contents?: true
Size: 144 Bytes
Versions: 4
Compression:
Stored size: 144 Bytes
Contents
module TD::Types # Contains some text. # # @attr text [String] Text. class Text < Base attribute :text, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/text.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/text.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/text.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/text.rb |