Constructor: messageActionSuggestedPostApproval
A suggested post » was approved or rejected.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| rejected | Bool | Optional | Whether the suggested post was rejected. |
| balance_too_low | Bool | Optional | If set, the post was approved but the user’s balance is too low to pay for the suggested post. |
| reject_comment | string | Optional | If the suggested post was rejected, can optionally contain a rejection comment. |
| schedule_date | int | Optional | Scheduling date. |
| price | StarsAmount | Optional | Price for the suggested post. |
Type: MessageAction
Example:
$messageActionSuggestedPostApproval = ['_' => 'messageActionSuggestedPostApproval', 'rejected' => Bool, 'balance_too_low' => Bool, 'reject_comment' => 'string', 'schedule_date' => int, 'price' => StarsAmount];