report_post
Function
| Function Name | Description | Level |
| report_post | report a problematic post to moderator. This should be used in conjunction with "report_post" flag in "get_config". | |
Input Parameters:
| Name | Type | Required? | Description | Level |
| post_id | String | yes | | |
| reason | byte[] | | optional. Allow user to add a message to describe the problem. | |
Output Parameters:
| Name | Type | Required? | Description | Level |
| result | Boolean | yes | Return "true" if the action is executed successfully. "false" otherwise. | |
| result_text | byte[] | | Message to be displayed to user after this action is executed. Optional. | |