Файл: upload/core/vendor/longman/telegram-bot/src/Entities/InlineQuery/InlineEntity.php
Строк: 29
<?php
/**
* This file is part of the TelegramBot package.
*
* (c) Avtandil Kikabidze aka LONGMAN <akalongman@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace LongmanTelegramBotEntitiesInlineQuery;
use LongmanTelegramBotEntitiesEntity;
/**
* Class InlineEntity
*
* This is the base class for all inline entities.
*/
abstract class InlineEntity extends Entity
{
}