<?php
namespace LongmanTelegramBotEntities;
/**
* Class BotDescription
*
* This entity represents the bot's description.
*
* @link https://core.telegram.org/bots/api#botdescription
*
* @method string getDescription() The bot's description.
*/
class BotDescription extends Entity
{
}