tgbot-cpp
|
This object represents a service message about an edited forum topic. More...
#include <ForumTopicEdited.h>
Public Types | |
typedef std::shared_ptr< ForumTopicEdited > | Ptr |
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. | |
This object represents a service message about an edited forum topic.
Definition at line 14 of file ForumTopicEdited.h.
typedef std::shared_ptr<ForumTopicEdited> TgBot::ForumTopicEdited::Ptr |
Definition at line 16 of file ForumTopicEdited.h.
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.
std::string TgBot::ForumTopicEdited::name |
Optional. New name of the topic, if it was edited.
Definition at line 21 of file ForumTopicEdited.h.