The basic public channel information required to display a list of channels.
{ unsigned int id; string title; string description; unsigned int categoryId; string categoryName; unsigned int userCount; };
id Unique ID of this channel.
title Display name of channel.
description Description of channel.
categoryId Category ID (if any).
categoryName Name of category (if any).
userCount Number of users of this channel.
BasicPublicChannelArray
is an array of BasicPublicChannel
structures.
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |