Sha256: 7691240aa023e233d315e91ebff7ce955a86cd76165b7d2a2275f6197fe97538
Contents?: true
Size: 284 Bytes
Versions: 3
Compression:
Stored size: 284 Bytes
Contents
module TD::Types # Contains animated stickers which should be used for dice animation rendering. class DiceStickers < Base %w[ regular slot_machine ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/dice_stickers/#{type}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/dice_stickers.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/dice_stickers.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/dice_stickers.rb |