help please, I am writing a telegram bot for feedback, at the moment it works in a private chat (i.e. the user writes to the bot – I answer reply the bot via reply and the user receives SMS from the bot), but does not work in the group chat( in a group I can see the user’s messages, but
Tag: telegram-bot
Telegram Bot: Forwarding Messages from Private Group
Is there any way using Python / JS to forward messages which I, as a member, do receive in a private read-only group? I’m trying to set it up using python-telegram-bot but it seems I gotta add the bot to the group to have it interact with the contents sent in the group. But I can’t as Im just a
Jekyll: Comments.app widget does not show up on my page
I have simple jekyll blog where I would love to add comments.app widget. Here is the code which I use to add the widget: the site.comments.commentsapp-id is stored in my _config.yml and it is placed correctly in rendered result. But the widget does not show on page. What did I do wrong ? Update: In inspect element option I discovered
Telegram Bot is not a constructor • TypeScript
Why I have This error: TypeError: node_telegram_bot_api_1.default is not a constructor This is My Code in TypeScript: And This is My Output Code after Compile: Answer It seems that the import is incorrectly done. The documentation of node-telegram-bot-api says that the import needs to be done as follows: This means that the whole module is being imported, which translates to
Telegram bot inline keyboard via Node.JS
I’m using the node-telegram-bot-api module, How can I make my keyboard to inline Keyboard? This is my code: Answer I answered a question similar to this link: How can create menu for telegram bot in bot father? in your case you could use: