Файл: upload/core/vendor/longman/telegram-bot/src/Entities/WebAppInfo.php
Строк: 32
<?php
namespace LongmanTelegramBotEntities;
/**
* Class WebAppInfo
*
* @link https://core.telegram.org/bots/api#webappinfo
*
* @property string $url An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps
*
* @method string getUrl() An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps
*
* @method $this setUrl(string $url) An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps
*/
class WebAppInfo extends Entity
{
}