thank_post
Function
| Function Name | Description | Level |
| thank_post | Send Thank You to a specific post. This function is used in conjunction with "can_thank" in "get_thread" function. E.g. user cannot thank to his own post and thanks to the same post multiple times. For plugin developer, please also implement "thank_count" in "get_topic", "get_unread_topic", "get_participated_topic", "get_latest_topic", "get_user_topic", "search_topic" and "get_thread" function to indicate how many times this entire topic has been "Thanked". | |
Input Parameters:
| Name | Type | Required? | Description | Level |
| post_id | String | yes | | |
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. | |