Isco

Results 9 comments of Isco

@merencia If you are really considering dropping moment.js as a dependency, as even lighter (2Kb) alternative with timezone support I would recommend DayJS. [Timezones DayJS](https://day.js.org/docs/en/plugin/timezone) I suggest it in case...

I do it in the following way and there is no duplication of messages. I think that in your case duplicity is produced by adding it inside the same function...

This error occurs because the edit is not generated by pressing a button. You have to add a button that works as an intermediary between the previous message and the...

https://github.com/yagop/node-telegram-bot-api/issues/979#issuecomment-1190121338

It would be nice to remove the listener once the user response is received. ```js // In function async... let listenerReply; let contentMessage = await bot.sendMessage(chat_id, text, { "reply_markup": {...

> So now, use "chat_member" for know if user join or left. > > This warning is from 3 years ago, so maybe now is deprecated for normal users. You...

> Thanks for your answers @danielperez9430 and @IscoV πŸ˜ŠπŸ‘ > I just used your code @IscoV but bot does not see nor any user nor any bot now. > >...

> > > Thanks for your answers @danielperez9430 and @IscoV πŸ˜ŠπŸ‘ > > > I just used your code @IscoV but bot does not see nor any user nor any...