1#ifndef TGBOT_FORUMTOPIC_H
2#define TGBOT_FORUMTOPIC_H
17 typedef std::shared_ptr<ForumTopic>
Ptr;
This object represents a forum topic.
std::string name
Name of the topic.
std::int32_t messageThreadId
Unique identifier of the forum topic.
std::shared_ptr< ForumTopic > Ptr
std::int32_t iconColor
Color of the topic icon in RGB format.
std::string iconCustomEmojiId
Optional. Unique identifier of the custom emoji shown as the topic icon.