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

This object represents a forum topic. More...

#include <ForumTopic.h>

Public Types

typedef std::shared_ptr< ForumTopicPtr
 

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.
 

Detailed Description

This object represents a forum topic.

Definition at line 15 of file ForumTopic.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<ForumTopic> TgBot::ForumTopic::Ptr

Definition at line 17 of file ForumTopic.h.

Member Data Documentation

◆ iconColor

std::int32_t TgBot::ForumTopic::iconColor

Color of the topic icon in RGB format.

Definition at line 32 of file ForumTopic.h.

◆ iconCustomEmojiId

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.

◆ messageThreadId

std::int32_t TgBot::ForumTopic::messageThreadId

Unique identifier of the forum topic.

Definition at line 22 of file ForumTopic.h.

◆ name

std::string TgBot::ForumTopic::name

Name of the topic.

Definition at line 27 of file ForumTopic.h.


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