Type Alias TWSCustomMessageUpdateWithoutWebhookInput

TWSCustomMessageUpdateWithoutWebhookInput: {
    buttons?: TWSMessageButtonUpdateManyWithoutTwsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: TWSMessageEmbedUpdateOneWithoutTwsCustomMessageNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    twitterStreamer?: TwitterStreamerUpdateOneWithoutCustomMessagesNestedInput;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}