Type Alias TTSCustomMessageUncheckedCreateWithoutEmbedInput

TTSCustomMessageUncheckedCreateWithoutEmbedInput: {
    buttons?: TTSMessageButtonUncheckedCreateNestedManyWithoutTtsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    tiktokStreamerId: string;
    type: StreamerMessageTypeEnum;
    webhook?: TTSMessageWebhookUncheckedCreateNestedOneWithoutTtsCustomMessageInput;
}