Type Alias GuildStickyMessageUncheckedUpdateWithoutEmbedInput

GuildStickyMessageUncheckedUpdateWithoutEmbedInput: {
    buttons?: GuildStickyMessageButtonUncheckedUpdateManyWithoutGuildStickyMessageNestedInput;
    channelId?: StringFieldUpdateOperationsInput | string;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guildId?: StringFieldUpdateOperationsInput | string;
    messageId?: NullableStringFieldUpdateOperationsInput | string | null;
    webhook?: GuildStickyMessageWebhookUncheckedUpdateOneWithoutGuildStickyMessageNestedInput;
}