Type Alias GuildStickyMessageUncheckedUpdateWithoutWebhookInput

GuildStickyMessageUncheckedUpdateWithoutWebhookInput: {
    buttons?: GuildStickyMessageButtonUncheckedUpdateManyWithoutGuildStickyMessageNestedInput;
    channelId?: StringFieldUpdateOperationsInput | string;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: GuildStickyMessageEmbedUncheckedUpdateOneWithoutGuildStickyMessageNestedInput;
    guildId?: StringFieldUpdateOperationsInput | string;
    messageId?: NullableStringFieldUpdateOperationsInput | string | null;
}