Type Alias TWSCustomMessageUpdateWithoutEmbedInput

TWSCustomMessageUpdateWithoutEmbedInput: {
    buttons?: TWSMessageButtonUpdateManyWithoutTwsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    twitterStreamer?: TwitterStreamerUpdateOneWithoutCustomMessagesNestedInput;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: TWSMessageWebhookUpdateOneWithoutTwsCustomMessageNestedInput;
}