DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupCreateInput

    type GuildWelcomeSetupCreateInput = {
        ChannelId: string;
        Guilds: GuildsCreateNestedOneWithoutGuildWelcomeSetupInput;
        Image: boolean;
        ImageData?: WelcomeImageDataCreateNestedOneWithoutGuildWelcomeSetupInput;
        MessageTemplateId?: string | null;
    }
    Index

    Properties

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