Interface APIBotUser

interface APIBotUser {
    avatar?: string;
    banner?: string;
    botId: string;
    createdAt: string;
    createdBy: string;
    id: string;
    name: string;
    type?: UserCategories;
}

Hierarchy

Properties

avatar?: string

The avatar image associated with the user

banner?: string

The banner image associated with the user

botId: string
createdAt: string

The ISO 8601 timestamp that the user was created at

createdBy: string
id: string

The ID of the user

name: string

User's name

The type of user. If this property is absent, it can assumed to be of type user