<?php
namespace LongmanTelegramBotEntitiesChatBoostSource;
use LongmanTelegramBotEntitiesUser;
/**
* Interface ChatBoostSource
*
* @method string getSource() Source of the boost
* @method User getUser() Information about the user
*/
interface ChatBoostSource
{
//
}