Documentation - v0.32.2
    Preparing search index...

    Interface ActionSuggestedPostApprovalFailed

    A suggested post approval has failed, because the author of the post didn't have enough funds.

    The suggested post itself can be found in Message.replyToMessage

    interface ActionSuggestedPostApprovalFailed {
        price?: TypeStarsAmount;
        type: "suggested_post_approval_failed";
    }
    Index

    Properties

    Properties

    Price of the post

    type: "suggested_post_approval_failed"