DisBot
    Preparing search index...

    Type Alias GuildWelcomeSetupUncheckedCreateWithoutImageDataInput

    type GuildWelcomeSetupUncheckedCreateWithoutImageDataInput = {
        ChannelId: string;
        GuildId: string;
        Id?: number;
        Image: boolean;
        MessageTemplateId?: string | null;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id?: number
    Image: boolean
    MessageTemplateId?: string | null