Sha256: b011c0892f56ca817ed9fb9069c9ca000dd27ea2053043a8c85a39fe7fb7a0c6
Contents?: true
Size: 253 Bytes
Versions: 4
Compression:
Stored size: 253 Bytes
Contents
module TD::Types # Contains a detailed statistics about a chat. class ChatStatistics < Base %w[ supergroup channel ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/chat_statistics/#{type}" end end end
Version data entries
4 entries across 4 versions & 1 rubygems