Documentation - v0.32.2
    Preparing search index...

    Interface ActionSuggestedPostApproved

    A suggested post was approved.

    The suggested post itself can be found in Message.replyToMessage

    interface ActionSuggestedPostApproved {
        price?: TypeStarsAmount;
        scheduleDate?: Date;
        type: "suggested_post_approved";
    }
    Index

    Properties

    Price of the post, if it was paid

    scheduleDate?: Date

    Date when the post is expected to be published

    type: "suggested_post_approved"