Discord User Information (DiscordUserInfo)
Data Structure
FINTLDiscordUserInfo
| Parameters | Type | Explanation |
|---|---|---|
| uid | FString | User ID |
| avatarUrl | FString | Avatar URL |
| userName | FString | Username |
| displayName | FString | Displayed Username |
| status | int32 | Status Type: Online = 0, Offline = 1, Blocked = 2, Idle = 3, Do Not Disturb = 4, Invisible = 5, Streaming = 6, Unknown = 7 |
| relationshipType | int32 | Friendship Type: Unknown = 0, Friend = 1, Blocked = 2, Pending Friend Request = 3, Sent Friend Request = 4 |
| isInGame | int32 | 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 | int32 | Timestamp of the last login, if not a game player then 0 |
| presence | FINTLRichPresence | User's Game Status |
| extraJson | FString | Extended JSON field, default is empty string |