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