Discord User Information (DiscordUserInfo)
Data Structure
INTLDiscordUserInfo
| Parameters | Type | Explanation |
|---|---|---|
| UId | FString | User ID |
| avatarUrl | FString | Avatar URL |
| UserName | FString | Username |
| DisplayName | FString | Displayed Username |
| Status | int | Status Type: Online = 0, Offline = 1, Blocked = 2, Idle = 3, Do Not Disturb = 4, Invisible = 5, Streaming = 6, Unknown = 7 |
| RelationshipType | int | Friendship Type: Unknown = 0, Friend = 1, Blocked = 2, Pending Friend Request = 3, Sent Friend Request = 4 |
| IsInGame | int | Is Playmate Friend: No = 0, Yes = 1, Unknown = 2 Note: Definition of playmate friend, both are Discord friends and have registered a game account |
| GId | FString | Game OpenID, if not a game player then "" |
| LastLoginTimestamp | long | Timestamp of the last login, if not a game player then 0 |
| Presence | INTLDiscordRichPresence | User's Game Status |
| ExtraJson | FString | Extended JSON field, default is empty string |