Interface APIBotUser

interface APIBotUser {
    avatar?: string;
    banner?: string;
    botId: string;
    createdAt: string;
    createdBy: string;
    id: string;
    name: string;
    status?: {
        content?: string;
        emoteId: number;
    };
    type?: UserType;
}

Hierarchy (view full)

Properties

avatar?: string

Avatar Format: media-uri

The avatar image associated with the user

banner?: string

Banner Format: media-uri

The banner image associated with the user

botId: string
createdAt: string

Created at Format: date-time

The ISO 8601 timestamp that the user was created at

createdBy: string
id: string

User ID Format: user-id

The ID of the user

name: string

User name

The user's name

status?: {
    content?: string;
    emoteId: number;
}

Type declaration

  • Optionalcontent?: string

    Content Format: status markdown

    The content of the user status. The supported markdown for this content only includes reactions and plaintext for now

  • emoteId: number

    Emote ID

type?: UserType

User type

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