Type Alias TSCustomMessageUpdateWithoutWebhookInput

TSCustomMessageUpdateWithoutWebhookInput: {
    buttons?: TSMessageButtonUpdateManyWithoutTsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: TSMessageEmbedUpdateOneWithoutTsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    twitchStreamer?: TwitchStreamerUpdateOneWithoutCustomMessagesNestedInput;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}