tgbot-cpp
Loading...
Searching...
No Matches
ForumTopicEdited.h
Go to the documentation of this file.
1#ifndef TGBOT_FORUMTOPICEDITED_H
2#define TGBOT_FORUMTOPICEDITED_H
3
4#include <memory>
5#include <string>
6
7namespace TgBot {
8
15public:
16 typedef std::shared_ptr<ForumTopicEdited> Ptr;
17
21 std::string name;
22
26 std::string iconCustomEmojiId;
27};
28}
29
30#endif //TGBOT_FORUMTOPICEDITED_H
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
Definition Api.h:39