Skip to content

Models Core

n-Ultima edited this page Jul 26, 2021 · 1 revision

Core Models

Core models are models that relate to the core functionality of Doraemon. I will document each of these models here.

Claim Maps

Role Claim Map

public ulong RoleId {get; set;}
public ClaimMapType Type {get; set;}

User Claim Map

public ulong UserId {get; set}

public ClaimMapType {get; set;}

Deleted Message

public ulong ChannelId {get; set;}

public string Content {get; set;}

public DateTime DeleteTime {get; set;}

public DateTime Time {get; set;}

public ulong UserId {get; set;}

Guild

public string Id {get; set;}

public string Name {get; set;}

GuildUser

public ulong Id {get; set;}

public string Username {get; set;}

public string Discriminator {get; set;}

public bool IsModmailBlocked {get; set;}

PingRole

public ulong Id {get; set;}

public string Name {get; set;}

Tag

public string Id {get; set;}

public ulong OwnerId {get; set;}

public string Name {get; set;}

public string Response {get; set;}
Clone this wiki locally