Friends List
Description
Server gives client list of user's friends
Notes
Type Code
67
Version
29
Payload Structure
struct
{
Friend friends[];
};
struct Friend
{
string uid_key = "uid";
char uid_eq = '=';
string uid;
char newline = '\n';
string nickname_key = "nickname";
char nickname_eq = '=';
string nickname;
char end = '\xC8';
};
Payload Fields Description
friends
Array of friend specifications
Friend::uid
Numeric uid of friend
Friend::nickname
Nickname of friend
page_revision: 5, last_edited: 1224013217|%e %b %Y, %H:%M %Z (%O ago)





