GramIO API Reference / gramio/dist / TelegramSuggestedPostApprovalFailed
Interface: TelegramSuggestedPostApprovalFailed
Defined in: @gramio/types/out/objects.d.ts:2624
Describes a service message about the failed approval of a suggested post. Currently, only caused by insufficient user funds at the time of approval.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
price | TelegramSuggestedPostPrice | Expected price of the post | @gramio/types/out/objects.d.ts:2632 |
suggested_post_message? | TelegramMessage | 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. | @gramio/types/out/objects.d.ts:2628 |