Table of Contents

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

string

DiscordUserId

Discord user snowflake ID.

public ulong DiscordUserId { get; set; }

Property Value

ulong

GameAccountName

Game account name linked to this Discord user.

public string GameAccountName { get; set; }

Property Value

string

LinkedAtUtc

When the link was confirmed.

public DateTime LinkedAtUtc { get; set; }

Property Value

DateTime