Type Alias TTSCustomMessageUncheckedCreateWithoutWebhookInput

TTSCustomMessageUncheckedCreateWithoutWebhookInput: {
    buttons?: TTSMessageButtonUncheckedCreateNestedManyWithoutTtsCustomMessageInput;
    content?: string | null;
    dbId?: string;
    embed?: TTSMessageEmbedUncheckedCreateNestedOneWithoutTtsCustomMessageInput;
    tiktokStreamerId: string;
    type: StreamerMessageTypeEnum;
}