| tgbot-cpp
    | 
This object represents a forum topic. More...
#include <ForumTopic.h>
| Public Types | |
| typedef std::shared_ptr< ForumTopic > | Ptr | 
| Public Attributes | |
| std::int32_t | messageThreadId | 
| Unique identifier of the forum topic. | |
| std::string | name | 
| Name of the topic. | |
| 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. | |
This object represents a forum topic.
Definition at line 15 of file ForumTopic.h.
| typedef std::shared_ptr<ForumTopic> TgBot::ForumTopic::Ptr | 
Definition at line 17 of file ForumTopic.h.
| std::int32_t TgBot::ForumTopic::iconColor | 
Color of the topic icon in RGB format.
Definition at line 32 of file ForumTopic.h.
| std::string TgBot::ForumTopic::iconCustomEmojiId | 
Optional. Unique identifier of the custom emoji shown as the topic icon.
Definition at line 37 of file ForumTopic.h.
| std::int32_t TgBot::ForumTopic::messageThreadId | 
Unique identifier of the forum topic.
Definition at line 22 of file ForumTopic.h.
| std::string TgBot::ForumTopic::name | 
Name of the topic.
Definition at line 27 of file ForumTopic.h.