Sha256: ac72b8dbebde4b26998d567dabe5919665ca06f4cc04a984654913da9e6e9c03
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
module TD::Types # Describes a sticker that needs to be added to a sticker set. class InputSticker < Base %w[ static animated ].each do |type| autoload TD::Types.camelize(type), "tdlib/types/input_sticker/#{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/input_sticker.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_sticker.rb |
tdlib-schema-1.7.0.1 | lib/tdlib/types/input_sticker.rb |