DisBot
    Preparing search index...

    Type Alias GuildComponentManagerUpdateWithoutGuildsInput

    type GuildComponentManagerUpdateWithoutGuildsInput = {
        Buttons?: GuildComponentManagerUpdateButtonsInput | InputJsonValue[];
        Modals?: GuildComponentManagerUpdateModalsInput | InputJsonValue[];
        Selectmenus?:
            | GuildComponentManagerUpdateSelectmenusInput
            | InputJsonValue[];
    }
    Index

    Properties