Available types

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

fieldtyperequireddescription
suggested_post_messageMessageoptionalOptional. 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.
priceSuggestedPostPricerequiredExpected price of the post

import

types.ts
import type { SuggestedPostApprovalFailed } from "@yaebal/types";

used by

types