Gấu Coder
Results
2
comments of
Gấu Coder
I tried this way and no more error: ```ts @Injectable() export class HookTelegramService { private readonly telegram: TelegramService async sendMessage(sendMessageParam: TelegramSendMessageParams): Promise { const result = await this.telegram.sendMessage(sendMessageParam).toPromise() return result...
> Hi, when I follow steps from the readme I got following error: > > ``` > ERROR [ExceptionHandler] Nest can't resolve dependencies of the TELEGRAM_MODULE_OPTIONS (?). > Please make...