get_participated_forum
Function
Function Name | Description | Level |
get_participated_forum | return a list of sub-forum that user has previously participated in, order by the latest date of participation. | 4 |
Input Parameters:
Name | Type | Required? | Description | Level |
---|
Output Parameters:
Name | Type | Required? | Description | Level |
total_forums_num | Int | yes | returns total number of subscribed forums | 4 |
forums | Array of Hash table | yes | returns an array of subscribed forums | 4 |
forum_id | String | yes | | 4 |
forum_name | byte[] | yes | | 4 |
logo_url | String | | an image URL to be displayed at the left hand side of the forum in the app. | 4 |
is_protected | Boolean | | return true if this forum is a protected forum. Please refer to "get_forum" for details description. | 4 |
new_post | Boolean | | return true if there is new posts in this forum. | 4 |