<?php
namespace LongmanTelegramBotEntitiesTopics;
/**
* Class ForumTopicClosed
*
* This object represents a service message about a forum topic closed in the chat. Currently holds no information.
*
* @link https://core.telegram.org/bots/api#forumtopicclosed
*/
class ForumTopicClosed extends LongmanTelegramBotEntitiesEntity
{
}