Interface UserClientTypes

Hierarchy

  • UserClientTypes

Properties

Properties

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

Client's user.

Type declaration

  • botID: 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