I am new to this. I am writing a telegram bot that interacts with Google Sheets in Google App Script. I am having an issue with MarkdownV2. My code has one before the ‘!’ as Telegram said in their document: ‘!’ must be escaped with the preceding character However, it says I need to use two \ instead.
Tag: telegram
How can I control this code with “setInterval”?
I tried create a function for use that code in setInterval but when I create a function with that code it stop working. I tried almost everything. Could you guys help me about that? Answer You’ve not defined your function properly and you are calling setInterval in the function that you call in set interval. Can you try this? I
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
How do I return the value I scraped with pupeteer outside of my async function
I am coding a telegram bot using telegraph and I have been running into issues the whole day. What I was trying to do was to make my telegram bot receive the divided held amount and value to print the value of each token, but I cannot figure out how to return the value to bot. Also it throws an
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 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: