SuggestedPostApprovalFailed
Describes a service message about the failed approval of a suggested post. Currently, only caused by insufficient user funds at the time of approval.
fields
| field | type | required | description |
|---|---|---|---|
suggested_post_message | Message | optional | 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. |
price | SuggestedPostPrice | required | Expected price of the post |
import
import type { SuggestedPostApprovalFailed } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#suggestedpostapprovalfailed