peyk.platforms.telegram.types.dice¶
Classes
|
This object represents an animated emoji that displays a random value. |
- class peyk.platforms.telegram.types.dice.Dice(emoji: str, value: int)[source]¶
Bases:
objectThis object represents an animated emoji that displays a random value.
- Variables:
emoji (str) – Emoji on which the dice throw animation is based
value (int) – Value of the dice, 1-6 for ‘’, ‘’ and ‘’ base emoji, 1-5 for ‘’ and ‘’ base emoji, 1-64 for ‘’ base emoji
- emoji: str¶
- value: int¶