DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupCreateWithoutGuildsInput

    type GuildLeaveSetupCreateWithoutGuildsInput = {
        ChannelId: string;
        Image?: boolean | null;
        ImageData?: LeaveImageDataCreateNestedOneWithoutGuildLeaveSetupInput;
        MessageTemplateId?: string | null;
    }
    Index

    Properties

    ChannelId: string
    Image?: boolean | null
    MessageTemplateId?: string | null