togetherchatroomuser - TogetherGames/Public-Corona-Lua GitHub Wiki
Together::TogetherChatRoomUser
The ChatRoomUser class represents a User that is a member of a ChatRoom.
number ChatRoomUserID
The ID of the ChatRoomUser.
number UserID
The ID of the User associated with the ChatRoomUser.
string Username
The username assigned to the User.
string Name
The Name assigned to the User. This will be the same as Username unless the User had registered.
string SocialID
The ID of the User on some social network. For Facebook, this will be their FacebookID.
string SocialType
The type of social network last used to register the User. For Facebook, this will be "FB".
number SecondsSinceJoin
The number of seconds since the user has joined the ChatRoom.
number LastActivityInSeconds
The number of seconds since the user has been active in a Together game.
number ClientID
The ID of the Client the User has last played a Game with.
number GameID
The ID of the Game the User has last played.
number PlatformID
The ID of the Platform of the last played Game for the User.