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

This object represents a service message about an edited forum topic. More...

#include <ForumTopicEdited.h>

Public Types

typedef std::shared_ptr< ForumTopicEditedPtr
 

Public Attributes

std::string name
 Optional. New name of the topic, if it was edited.
 
std::string iconCustomEmojiId
 Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.
 

Detailed Description

This object represents a service message about an edited forum topic.

Definition at line 14 of file ForumTopicEdited.h.

Member Typedef Documentation

◆ Ptr

Definition at line 16 of file ForumTopicEdited.h.

Member Data Documentation

◆ iconCustomEmojiId

std::string TgBot::ForumTopicEdited::iconCustomEmojiId

Optional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.

Definition at line 26 of file ForumTopicEdited.h.

◆ name

std::string TgBot::ForumTopicEdited::name

Optional. New name of the topic, if it was edited.

Definition at line 21 of file ForumTopicEdited.h.


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