protocol.streaming.UserAccount
This structure represents useful information about a user account.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
uid | no | 1 | database id | user id |
usnm | no | 1 | text | user name |
ty | no | 1 | integer | account type |
Example xml:
<account> <uid>1</uid> <usnm>testuser1</usnm> <ty>0</ty> </account>