tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
This object represents a service message about an edited forum topic. https://core.telegram.org/bots/api#forumtopicedited. More...
#include <ForumTopicEdited.hpp>
Public Member Functions | |
ForumTopicEdited ()=default | |
ForumTopicEdited (const nl::json &json) | |
nl::json | toJson () const |
Serializes this object to JSON. More... | |
void | fromJson (const nl::json &json) |
Deserializes this object from JSON. More... | |
Public Attributes | |
std::string | name |
Optional. New name of the topic, if it was edited. More... | |
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. More... | |
This object represents a service message about an edited forum topic. https://core.telegram.org/bots/api#forumtopicedited.
Definition at line 7 of file ForumTopicEdited.hpp.
|
default |
|
inlineexplicit |
Definition at line 9 of file ForumTopicEdited.hpp.
|
inline |
Deserializes this object from JSON.
Definition at line 30 of file ForumTopicEdited.hpp.
|
inline |
Serializes this object to JSON.
Definition at line 22 of file ForumTopicEdited.hpp.
std::string tgbotxx::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 17 of file ForumTopicEdited.hpp.
std::string tgbotxx::ForumTopicEdited::name |
Optional. New name of the topic, if it was edited.
Definition at line 14 of file ForumTopicEdited.hpp.