DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupCreateWithoutImageDataInput

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

    Properties

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