Sha256: cb4c2f211b7eed9c17531933db29e60b78e7d0d7d6c173a86cd6f5dbbd76e04c

Contents?: true

Size: 948 Bytes

Versions: 4

Compression:

Stored size: 948 Bytes

Contents

module TD::Types
  # Animated stickers to be combined into a slot machine.
  #
  # @attr background [TD::Types::Sticker] The animated sticker with the slot machine background.
  #   The background animation must start playing after all reel animations finish.
  # @attr lever [TD::Types::Sticker] The animated sticker with the lever animation.
  #   The lever animation must play once in the initial dice state.
  # @attr left_reel [TD::Types::Sticker] The animated sticker with the left reel.
  # @attr center_reel [TD::Types::Sticker] The animated sticker with the center reel.
  # @attr right_reel [TD::Types::Sticker] The animated sticker with the right reel.
  class DiceStickers::SlotMachine < DiceStickers
    attribute :background, TD::Types::Sticker
    attribute :lever, TD::Types::Sticker
    attribute :left_reel, TD::Types::Sticker
    attribute :center_reel, TD::Types::Sticker
    attribute :right_reel, TD::Types::Sticker
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/dice_stickers/slot_machine.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/dice_stickers/slot_machine.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/dice_stickers/slot_machine.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/dice_stickers/slot_machine.rb