Group Subcategories
Description
Server gives client list of subcategories of chat group categories
Notes
Type Code
414
Version
29
Payload Structure
struct
{
Subcategory subcategories[];
};
struct Subcategory
{
KeyValuePair pairs[];
char c8 = '\xC8';
char newline = '\n';
};
struct KeyValuePair
{
string key;
char eq = '=';
string value;
char newline = '\n';
};
Payload Fields Description
subcategories
Array of chat group subcategory specifications
Subcategory::pairs
Key-value pairs describing a chat group subcategory
Note that last pair of a subcategory doesn't have any «newline» field
These keys are observed:
- catg
- Numeric id of parent chat group category
- catg
- Numeric id of chat group subcategory
- disp
- (?) Placement order for displaying subcategories under a category
- name
- Human-readable name of chat group subcategory
page_revision: 4, last_edited: 1224013434|%e %b %Y, %H:%M %Z (%O ago)





