メインコンテンツまでスキップ

Interface

This interface describes persisted user data returned by mutation and database helpers.

PropertyTypeOptionalDescription
_idstring✅MongoDB document ID.
flagsArray✅Stored user flags.
guildstring❌The guild ID.
userstring❌The user ID.
namestring✅Username stored for the user.
createdAtstring✅ISO timestamp of creation.
lastUpdatedstring❌ISO timestamp of the last update.
levelnumber❌The user's level.
xpnumber❌The user's XP total.
xp_ratenumber✅Stored XP rate for the user record.