class EditPost
Properties
| int | $postId | The ID of the post to edit. |
|
|
| User | $actor | The user performing the action. |
|
|
| array | $data | The attributes to update on the post. |
|
class EditPost
| int | $postId | The ID of the post to edit. |
|
|
| User | $actor | The user performing the action. |
|
|
| array | $data | The attributes to update on the post. |
|