diff --git a/src/Telegram/Dice.php b/src/Telegram/Dice.php index bdd178b..ff0e630 100644 --- a/src/Telegram/Dice.php +++ b/src/Telegram/Dice.php @@ -14,6 +14,6 @@ class Dice extends \Tii\Telepath\Type /** Emoji on which the dice throw animation is based */ public string $emoji; - /** Value of the dice, 1-6 for “”, “” and “” base emoji, 1-5 for “” and “” base emoji, 1-64 for “” base emoji */ + /** Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and “⚽” base emoji, 1-64 for “🎰” base emoji */ public int $value; } diff --git a/telepathy b/telepathy index 57603e1..566459c 100755 Binary files a/telepathy and b/telepathy differ