# subscribe_forum
# Function
Function Name | Description | Level |
---|---|---|
subscribe_forum | add 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 subscribed. | 3 |
Output Parameters:
Name | Type | Required? | Description | Level |
---|---|---|---|---|
result | Boolean | yes | return true if the action is performed successfully. | 3 |
result_text | byte[] | 3 |