BasicPublicChannel

The basic public channel information required to display a list of channels.

Structure
{   
     unsigned int id; 
     string title; 
     string description; 
     unsigned int categoryId; 
     string categoryName; 
     unsigned int userCount; 
};
Fields
  • 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.

Remarks

BasicPublicChannelArray is an array of BasicPublicChannel structures.