unsubscribe_forum
Function
Function Name | Description | Level |
unsubscribe_forum | remove a forum into the user forum subscription list. | 3 |
Input Parameters:
Name | Type | Required? | Description | Level |
forum_id | String | yes | forum id of the forum to be unsubscribed.
In api level 4 or get_config return flag 'mass_subscribe' as true: if forum id is 'ALL', unsubscribe all forums
get_config return flag 'direct_unsubscribe' as true: if forum id is 's_{id}', it means it's subscribe id, not a forum id | 3,4 |
Output Parameters:
Name | Type | Required? | Description | Level |
result | Boolean | | return true if the action is performed successfully. | 3 |
result_text | byte[] | | | 3 |