UserInfo
User information.
public struct UserInfo
{
public uint uid;
public string userAccount;
}
Properties
- uid
- User ID.
- userAccount
- User account. Length limit: MAX_USER_ACCOUNT_LENGTH_TYPE.
User information.
public struct UserInfo
{
public uint uid;
public string userAccount;
}