Type Alias GuildStickyMessageUncheckedUpdateWithoutButtonsInput

GuildStickyMessageUncheckedUpdateWithoutButtonsInput: {
    channelId?: StringFieldUpdateOperationsInput | string;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: GuildStickyMessageEmbedUncheckedUpdateOneWithoutGuildStickyMessageNestedInput;
    guildId?: StringFieldUpdateOperationsInput | string;
    messageId?: NullableStringFieldUpdateOperationsInput | string | null;
    webhook?: GuildStickyMessageWebhookUncheckedUpdateOneWithoutGuildStickyMessageNestedInput;
}