This object represents an animated emoji that displays a random value.
More...
#include <Types.h>
|
| std::string | emoji { } |
| | Emoji on which the dice throw animation is based.
|
| std::int32_t | value { } |
| | Value of the dice, 1-6 for “”, “” and “” base emoji, 1-5 for “” and “” base emoji, 1-64 for “” base emoji.
|
This object represents an animated emoji that displays a random value.
Definition at line 3261 of file Types.h.
◆ Ptr
◆ emoji
| std::string TgBot::Dice::emoji { } |
Emoji on which the dice throw animation is based.
Definition at line 3267 of file Types.h.
◆ value
| std::int32_t TgBot::Dice::value { } |
Value of the dice, 1-6 for “”, “” and “” base emoji, 1-5 for “” and “” base emoji, 1-64 for “” base emoji.
Definition at line 3273 of file Types.h.
The documentation for this struct was generated from the following file: