Skip to content

Commit

Permalink
Fixes Image Tags in description
Browse files Browse the repository at this point in the history
  • Loading branch information
TiiFuchs committed Apr 28, 2022
1 parent 22dd17f commit 37250d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Telegram/Dice.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Binary file modified telepathy
Binary file not shown.

0 comments on commit 37250d3

Please sign in to comment.