Takaro - v0.4.9
    Preparing search index...

    Interface EventDiscordUser

    EventDiscordUser

    interface EventDiscordUser {
        displayName: string;
        id: string;
        isBot: boolean;
        isTakaroBot: boolean;
        username: string;
    }
    Index

    Properties

    displayName: string

    EventDiscordUser

    id: string

    EventDiscordUser

    isBot: boolean

    EventDiscordUser

    isTakaroBot: boolean

    EventDiscordUser

    username: string

    EventDiscordUser