Constructor: suggestedPost
Attributes:
Name | Type | Required |
---|---|---|
accepted | Bool | Optional |
rejected | Bool | Optional |
price | StarsAmount | Optional |
schedule_date | int | Optional |
Type: SuggestedPost
Example:
$suggestedPost = ['_' => 'suggestedPost', 'accepted' => Bool, 'rejected' => Bool, 'price' => StarsAmount, 'schedule_date' => int];