I am making a telegram bot using nodeJs for a telegram group management I need to give referral points to a user who invites more users using the invitation link so I was finding a solution to check the new user has joined using which link so I can add points to that user.
We have a WhatsApp bot developed using bot framework and Twilio. Hero card is not displaying in out WhatsApp bot. But I have seen some bots which displays images and button inside the WhatsApp bot. Can someone help me how to implement card in WhatsApp bot.
I'm using https://github.com/yagop/node-telegram-bot-api and I'm able to send message to user and to my channels. I'd like to improve my bot, I want to manage the private messages that my bot receives.
At the moment when the BOT receive a message, I can save on database from my node application, but if I want to manage all messages, I need to build a backoffice.
Is it possible to read the messages from Telegram and impersonate the BOT and start a normal conversation?
Using Telegram bot, Telegram does not provide any function to retrieve old messages. BOT API does not have such feature.
What you need is to use TDlib - The Telegram client API. It supports both bot and normal Telegram account. And it has many features not available in BOT API.
https://github.com/tdlib/td
There is an example of creating a Userbot on this github page: UserBot
There is also a library for managing a telegram account, which is used to create cross-platform telegram clients: TDLib
I created a Facebook chatbot to send poactivate message based on this sample https://github.com/Microsoft/BotBuilder-Samples/tree/master/Node/core-proactiveMessages. But I found it only works with the latest user interact with the Bot via Facebook Messager. I want to send the message to all users who have been interactive with bot. Any suggestions?
IMAGE OF CHAT
Good Day,
I have developed a bot via the Azure Bot Service.
The QnA bot works for employees in our Workplace tenant if they search for the bot and chat directly.
I can find the Bot using #Jargon from within a Workplace group, but, the bot does not reply in this context.
Is there support for workplace group functionality in MS Bot Framework?