Class LinkedAccount
- Namespace
- FishMMO.DiscordBot.Data
- Assembly
- FishMMO-DiscordBot.dll
Represents a confirmed link between a Discord user and a game account/character.
public class LinkedAccount
- Inheritance
-
LinkedAccount
- Inherited Members
Properties
CharacterName
Primary character name used during the link.
public string CharacterName { get; set; }
Property Value
DiscordUserId
Discord user snowflake ID.
public ulong DiscordUserId { get; set; }
Property Value
GameAccountName
Game account name linked to this Discord user.
public string GameAccountName { get; set; }
Property Value
LinkedAtUtc
When the link was confirmed.
public DateTime LinkedAtUtc { get; set; }