Type Alias RSCustomMessageUpdateWithoutWebhookInput

RSCustomMessageUpdateWithoutWebhookInput: {
    buttons?: RSMessageButtonUpdateManyWithoutRsCustomMessageNestedInput;
    content?: NullableStringFieldUpdateOperationsInput | string | null;
    dbId?: StringFieldUpdateOperationsInput | string;
    embed?: RSMessageEmbedUpdateOneWithoutRsCustomMessageNestedInput;
    rumbleStreamer?: RumbleStreamerUpdateOneWithoutCustomMessagesNestedInput;
    showInviteButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    showWatchButton?: NullableBoolFieldUpdateOperationsInput | boolean | null;
    type?: EnumStreamerMessageTypeEnumFieldUpdateOperationsInput | StreamerMessageTypeEnum;
}