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

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< MessagesuggestedPostMessage { }
 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< SuggestedPostPriceprice { }
 Expected price of the post.

Detailed Description

Describes a service message about the failed approval of a suggested post. Currently, only caused by insufficient user funds at the time of approval.

Definition at line 13806 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 13807 of file Types.h.

Member Data Documentation

◆ price

std::shared_ptr<SuggestedPostPrice> TgBot::SuggestedPostApprovalFailed::price { }

Expected price of the post.

Definition at line 13819 of file Types.h.

◆ suggestedPostMessage

std::shared_ptr<Message> TgBot::SuggestedPostApprovalFailed::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.

Definition at line 13814 of file Types.h.


The documentation for this struct was generated from the following file: