This object represents a service message about an edited forum topic.
More...
#include <Types.h>
|
| std::optional< std::string > | name { } |
| | Optional. New name of the topic, if it was edited.
|
| std::optional< 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 3790 of file Types.h.
◆ Ptr
◆ iconCustomEmojiId
| std::optional<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 3802 of file Types.h.
◆ name
| std::optional<std::string> TgBot::ForumTopicEdited::name { } |
Optional. New name of the topic, if it was edited.
Definition at line 3796 of file Types.h.
The documentation for this struct was generated from the following file: