Interface MessageSuggestedPostApprovalFailed

Approval of suggested post has failed, because the user which proposed the post had no enough funds. Subtype of MessageContent.

interface MessageSuggestedPostApprovalFailed {
    @type: "messageSuggestedPostApprovalFailed";
    price: SuggestedPostPrice;
    suggested_post_message_id: number;
}

Properties

@type: "messageSuggestedPostApprovalFailed"

Price of the suggested post.

suggested_post_message_id: number

Identifier of the message with the suggested post; can be 0 if the message was deleted.