Type Alias GuildCustomSingleMessageUncheckedCreateWithoutWebhookInput

GuildCustomSingleMessageUncheckedCreateWithoutWebhookInput: {
    dbId?: string;
    guildId: string;
    message?: string | null;
    type: GuildSingleMessageTypeEnum;
}