@vermaysha/discord-webhook
Version:
Discord Webhook built using TypeScript which supports Browser and Node
18 lines (17 loc) • 365 B
TypeScript
export interface IUser {
id: string;
username: string;
discriminator: string;
avatar: string;
bot?: boolean;
system?: boolean;
mfa_enabled?: boolean;
banner?: string;
accent_color?: number;
locale?: string;
verified?: string;
email?: string;
flags?: number;
premium_type: number;
public_flags?: number;
}