@typed-discord/rest
    Preparing search index...

    Interface BotAccountPatchRequest

    interface BotAccountPatchRequest {
        avatar?: string | null;
        banner?: string | null;
        username: string;
    }
    Index

    Properties

    avatar?: string | null
    banner?: string | null
    username: string