|
tgbot-cpp
|
Describes a service message about the rejection of a suggested post. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<SuggestedPostDeclined> |
Public Attributes | |
| std::shared_ptr< Message > | suggestedPostMessage { } |
| Optional. Message containing the suggested post. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply. | |
| std::optional< std::string > | comment { } |
| Optional. Comment with which the post was declined. | |
Describes a service message about the rejection of a suggested post.
| using TgBot::SuggestedPostDeclined::Ptr = std::shared_ptr<SuggestedPostDeclined> |
| std::optional<std::string> TgBot::SuggestedPostDeclined::comment { } |
| std::shared_ptr<Message> TgBot::SuggestedPostDeclined::suggestedPostMessage { } |