Hi guys
I want to create my own integration with Telegram, but I have a question. 😢
where to get the files that we import from the local "utils" file in the "misc" folder
I get error: Could not resolve "./misc/utils"
https://github.com/botpress/botpress/blob/master/integrations/telegram/src/index.ts
This is my first attempt at creating an integration, so any hint would be helpful 🙏🙏🙏
import { TelegramMessage } from './misc/types'
import {
getUserPictureDataUri,
getUserNameFromTelegramUser,
getChat,
sendCard,
ackMessage,
convertTelegramMessageToBotpressMessage,
wrapHandler,
} from './misc/utils'