|
tgbot-cpp
|
Describes a service message about the failed approval of a suggested post. Currently, only caused by insufficient user funds at the time of approval. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<SuggestedPostApprovalFailed> |
Public Attributes | |
| std::shared_ptr< Message > | suggestedPostMessage { } |
| Optional. Message containing the suggested post whose approval has failed. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply. | |
| std::shared_ptr< SuggestedPostPrice > | price { } |
| Expected price of the post. | |
Describes a service message about the failed approval of a suggested post. Currently, only caused by insufficient user funds at the time of approval.
| using TgBot::SuggestedPostApprovalFailed::Ptr = std::shared_ptr<SuggestedPostApprovalFailed> |
| std::shared_ptr<SuggestedPostPrice> TgBot::SuggestedPostApprovalFailed::price { } |
| std::shared_ptr<Message> TgBot::SuggestedPostApprovalFailed::suggestedPostMessage { } |