tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ForumTopicCreated Class Reference

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< ForumTopicCreatedPtr
 

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.
 

Detailed Description

This object represents a service message about a new forum topic created in the chat.

Definition at line 15 of file ForumTopicCreated.h.

Member Typedef Documentation

◆ Ptr

Definition at line 17 of file ForumTopicCreated.h.

Member Data Documentation

◆ iconColor

std::int32_t TgBot::ForumTopicCreated::iconColor

Color of the topic icon in RGB format.

Definition at line 27 of file ForumTopicCreated.h.

◆ iconCustomEmojiId

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.

◆ name

std::string TgBot::ForumTopicCreated::name

Name of the topic.

Definition at line 22 of file ForumTopicCreated.h.


The documentation for this class was generated from the following file: