Interface UserClientTypes

No longer used.

interface UserClientTypes {
    user: {
        appID: string;
        createdAt: Date;
        id: string;
        ownerID: string;
        username: string;
    };
}

Properties

Properties

user: {
    appID: string;
    createdAt: Date;
    id: string;
    ownerID: string;
    username: string;
}

Client's user.

Type declaration

  • appID: string

    The Bot ID of this user.

  • createdAt: Date

    When the user was created.

  • id: string

    The ID of this user.

  • ownerID: string

    The owner of this bot.

  • username: string

    The user