Type Alias GuildStickyMessageUpdateWithoutWebhookInput

GuildStickyMessageUpdateWithoutWebhookInput: {
    buttons?: GuildStickyMessageButtonUpdateManyWithoutGuildStickyMessageNestedInput;
    channelId?: StringFieldUpdateOperationsInput | string;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: GuildStickyMessageEmbedUpdateOneWithoutGuildStickyMessageNestedInput;
    guild?: GuildUpdateOneWithoutStickyMessagesNestedInput;
    messageId?: NullableStringFieldUpdateOperationsInput | string | null;
}