Constructor: suggestedPost
Contains info about a suggested post ».
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| accepted | Bool | Optional | Whether the suggested post was accepted. |
| rejected | Bool | Optional | Whether the suggested post was rejected. |
| price | StarsAmount | Optional | Price of the suggested post. |
| schedule_date | int | Optional | Scheduling date. |
Type: SuggestedPost
Example:
$suggestedPost = ['_' => 'suggestedPost', 'accepted' => Bool, 'rejected' => Bool, 'price' => StarsAmount, 'schedule_date' => int];