Type Alias TTSCustomMessageCreateWithoutEmbedInput

TTSCustomMessageCreateWithoutEmbedInput: {
    buttons?: TTSMessageButtonCreateNestedManyWithoutTtsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    tiktokStreamer?: TiktokStreamerCreateNestedOneWithoutCustomMessagesInput;
    type: StreamerMessageTypeEnum;
    webhook?: TTSMessageWebhookCreateNestedOneWithoutTtsCustomMessageInput;
}