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