| Path : /proc/self/root/var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //proc/self/root/var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/Dice.php |
<?php
namespace Telegram\Bot\Objects;
/**
* Class Dice.
*
* (Yes, we're aware of the βproperβ singular of die. But it's awkward, and we decided to help it change. One dice at a time!)
*
* @link https://core.telegram.org/bots/api#dice
*
* @property string $emoji Emoji on which the dice throw animation is based
* @property int $value Value of the dice, 1-6 for βπ²β, βπ―β and βπ³β base emoji, 1-5 for βπβ and ββ½β base emoji, 1-64 for βπ°β base emoji
*/
class Dice extends BaseObject
{
/**
* {@inheritdoc}
*/
public function relations()
{
return [];
}
}