Path : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/Payments/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/vendor/irazasyed/telegram-bot-sdk/src/Objects/Payments/LabeledPrice.php |
<?php namespace Telegram\Bot\Objects\Payments; use Telegram\Bot\Objects\BaseObject; /** * @link https://core.telegram.org/bots/api#labeledprice * * @property string $label Portion label * @property int $amount Price of the product in the smallest units of the currency (integer, not float/double). */ class LabeledPrice extends BaseObject { /** * {@inheritdoc} */ public function relations() { return [ ]; } }