1#ifndef TGBOT_FORUMTOPICCREATED_H
2#define TGBOT_FORUMTOPICCREATED_H
17 typedef std::shared_ptr<ForumTopicCreated>
Ptr;
This object represents a service message about a new forum topic created in the chat.
std::string name
Name of the topic.
std::string iconCustomEmojiId
Optional. Unique identifier of the custom emoji shown as the topic icon.
std::shared_ptr< ForumTopicCreated > Ptr
std::int32_t iconColor
Color of the topic icon in RGB format.