1#ifndef TGBOT_FORUMTOPICEDITED_H
2#define TGBOT_FORUMTOPICEDITED_H
16 typedef std::shared_ptr<ForumTopicEdited>
Ptr;
This object represents a service message about an edited forum topic.
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 stri...
std::shared_ptr< ForumTopicEdited > Ptr