<?phpnamespace LongmanTelegramBotEntities;/** * Class BotName * * This object represents the bot's name. * * @link https://core.telegram.org/bots/api#botname * * @method string getName() The bot's name. */class BotName extends Entity{}