Group Categories
Description
Server gives client list of categories of chat groups
Notes
Type Code
413
Version
29
Payload Structure
struct
{
Category categories[];
};
struct Category
{
KeyValuePair pairs[];
char c8 = '\xC8';
char newline = '\n';
};
struct KeyValuePair
{
string key;
char eq = '=';
string value;
char newline = '\n';
};
Payload Fields Description
categories
Array of chat group category specifications
Category::pairs
Key-value pairs describing a chat group category
These keys are observed:
- catg
- Numeric id of chat group category
- disp
- (?) Placement order for displaying categories
- name
- Human-readable name of chat group category
page_revision: 7, last_edited: 1224013404|%e %b %Y, %H:%M %Z (%O ago)





