Type Alias RSCustomMessageUpdateWithoutEmbedInput

RSCustomMessageUpdateWithoutEmbedInput: {
    buttons?: RSMessageButtonUpdateManyWithoutRsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    rumbleStreamer?: RumbleStreamerUpdateOneWithoutCustomMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
    webhook?: RSMessageWebhookUpdateOneWithoutRsCustomMessageNestedInput;
}