Interface SuggestedPostParameters

Contains parameters of a post that is being suggested by the bot.

interface SuggestedPostParameters {
    price?: SuggestedPostPrice;
    send_date?: number;
}

Properties

Properties

price?: SuggestedPostPrice

Proposed price for the post. If the field is omitted, then the post is unpaid.

send_date?: number

Proposed send date of the post. If the field is omitted, then the post can be published at any time within 30 days at the sole discretion of the user who approves it.