Dmitry Vyazin

Results 20 comments of Dmitry Vyazin

@Jeszpy @IliaSmagloy https://www.npmjs.com/package/telegram-inline-calendar

> Nice library. > > > > @IliaSmagloy is this solved now? Thanks)

Hello, @ThePinkLyna. Since this library has not been updated for a long time, it lacks the options added in later versions of the Telegram Bot API. If you want to...

@ThePinkLyna, you can use [node-telegarm-bot-api](https://github.com/yagop/node-telegram-bot-api), the library is actively maintained, the syntax is very similar to `telebot` and quite simple))).

The last update of the library was almost 2 years ago. Therefore, this package does not support topics. Alternatively, you can switch to [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api), the syntax is similar to telebot...

Hello, @elderny This information is stored in `msg.from.id`, but the user can hide this information in privacy settings(optional field). https://core.telegram.org/bots/api#message

Are you going to use the bot as an individual user or within a group?

Hellio, @aoqilajiao, Can you show a chat screen where copying to clipboard works?

No Markdown required. Monospaced text (` `` `) is copied when you click on it. Can try: ```js const reply = bot.sendMessage(from.id, "`copy to clipboard`"); ```

Hello, @y0unghe. What's in the logs?