DiceStickersSlotMachine class
Animated stickers to be combined into a slot machine.
- Inheritance
-
- Object
- TlObject
- DiceStickers
- DiceStickersSlotMachine
- Available Extensions
Constructors
Properties
- background ↔ Sticker
-
The animated sticker with the slot machine background. The background animation must start playing after all reel animations finish.
read / write
- center_reel ↔ Sticker
-
The animated sticker with the center reel.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- left_reel ↔ Sticker
-
The animated sticker with the left reel.
read / write
- lever ↔ Sticker
-
The animated sticker with the lever animation. The lever animation must play once in the initial dice state.
read / write
- right_reel ↔ Sticker
-
The animated sticker with the right reel.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → DiceStickersSlotMachine? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"diceStickersSlotMachine"