Type Alias GuildStickyMessageUpdateWithoutEmbedInput

GuildStickyMessageUpdateWithoutEmbedInput: {
    buttons?: GuildStickyMessageButtonUpdateManyWithoutGuildStickyMessageNestedInput;
    channelId?: StringFieldUpdateOperationsInput | string;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    guild?: GuildUpdateOneWithoutStickyMessagesNestedInput;
    messageId?: NullableStringFieldUpdateOperationsInput | string | null;
    webhook?: GuildStickyMessageWebhookUpdateOneWithoutGuildStickyMessageNestedInput;
}