Skip to main content

DiscordUserInfo

Data structure

FINTLDiscordUserInfo: Discord Personal information.

参数类型说明
uidFStringThe user identifier in discord
avatarUrlFStringURL of the user's avatar in PNG format.
userNameFStringThe user's name in discord
displayNameFStringThe user's display name in discord
statusint32The user's status in discord:
Online = 0, Offline = 1, Blocked = 2, Idle = 3, Dnd = 4, Invisible = 5, Streaming = 6, Unknown = 7
relationshipTypeint32The relationship between the user and the connected user:
None = 0, Friend = 1, Blocked = 2,
PendingIncoming = 3, PendingOutgoing = 4
isInGameint32whether the user is in the game : No = 0, Yes = 1, Unknown = 2
gidFStringThe user's game openid, null if not in the game
lastLoginTimestampint32Last login time of the connected user which will be set to 0 if the user not in the game
presenceFINTLRichPresencegame activity status of the user
extraJsonFStringextra null string params in a json format