Type Alias YTSCustomMessageUpdateWithoutYoutubeStreamerInput

YTSCustomMessageUpdateWithoutYoutubeStreamerInput: {
    buttons?: YTSMessageButtonUpdateManyWithoutYtsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: YTSMessageEmbedUpdateOneWithoutYtsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: YTSMessageWebhookUpdateOneWithoutYtsCustomMessageNestedInput;
}