Type Alias GuildSingleMessageWebhookUncheckedUpdateInput

GuildSingleMessageWebhookUncheckedUpdateInput: {
    avatarUrl?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    enabled?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    guildCustomSingleMessageId?: StringFieldUpdateOperationsInput | string;
    username?: NullableStringFieldUpdateOperationsInput | string | null;
}