Sha256: 1a62759c4112b94b33bfa38e82d2a3013a9b0241fb48033622c30c005421103f
Contents?: true
Size: 150 Bytes
Versions: 4
Compression:
Stored size: 150 Bytes
Contents
module TD::Types # Contains a counter. # # @attr count [Integer] Count. class Count < Base attribute :count, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/count.rb |
tdlib-ruby-2.2.0 | lib/tdlib/types/count.rb |
tdlib-ruby-2.1.0 | lib/tdlib/types/count.rb |
tdlib-ruby-2.0.0 | lib/tdlib/types/count.rb |