get_subscribed_forum
Function
Function Name | Description | Level |
get_subscribed_forum | return a list of subscribed forums. | 3 |
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 | 3 |
forums | Array of Hash table | yes | returns an array of subscribed forums | 3 |
forum_id | String | yes | | 3 |
forum_name | byte[] | yes | | 3 |
icon_url | String | | an image URL to be displayed at the left hand side of the forum in the app. | |
is_protected | Boolean | | return true if this forum is a protected forum. Please refer to "get_forum" for details description. | 3 |
new_post | Boolean | | return true if there is new posts in this forum. | 3 |