tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ForumTopicEdited Struct Reference

This object represents a service message about an edited forum topic. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ForumTopicEdited>

Public Attributes

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.

Detailed Description

This object represents a service message about an edited forum topic.

Definition at line 3790 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 3791 of file Types.h.

Member Data Documentation

◆ 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: