Set UIN

Description

Servers gives UIN of a nickname

Notes

Usually sent to client in reponse to Get UIN

Type Code

1131

Version

29

Payload Structure

struct
{
    string uin_key = "uin";
    char   uid_eq = '=';
    string uin;
    char   newline1 = '\n';
    string nickname_key = "nickname";
    char   nickname_eq = '=';
    string nickname;
    char   newline2 = '\n';
};

Payload Fields Description

uin

UIN of user as a digits-only ASCII string

nickname

Nickname of user

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License