Motion.AI bot with Smooch doesnt work in Telegram group conversation - telegram

I have created a bot in Motion.AI and integrated it with telegram bot through Smooch.
When telegram user talks to bot directly, everything works fine. But when i try the group conversaiton in Telegram (created a Group in Telegram with 2 users and a bot), the bot does not work.
Does anybody know the reason? Is the issue on Smooch side?
Thank you in advance,
Levon

Group conversations are not currently supported by Smooch.

Related

Is it possible to get all my chat ids in telegram bot api?

I'm writing a bot that will send the same message for many people I've ever communicated in telegram. So I need to get all my old chat_id's.
All I found is just to store chat_id when I receive a new message as here Retrieve all chat ids using Telegram bot
But it doesn't fit me. If is it possible, please tell me, I'd really apreciate it!
It's not possible, as there is no such method listed in the Bot API Docs.

Is it possible to send message from my account with interval in Telegram?

I need to send message from my own account with my nickname and profile (not from bot account) to any selected contact or group. How can I do that? I found bots with similar behaviour but messages are sent from bot account not from my profile which is what I need.
what you're looking for is a so-called "userbot" or "selfbot", i.e. a bot that works with the Telegram API in contrast to the Telegram Bot API. Searching for Telegram userbot library <your preferred programming language> should probably get you started.

How do I make the bot not leave a telegram group?

I created a new Telegram group, and my problem is that I cannot add any bot to it, knowing that I have created a channel and have linked it to the group and the bot is added to the channel with no problems. Please help me in adding the bot
bot exit messages from My group
I think you are anonymous in group and it looks like the bot you are trying to add doesn't supports anonymous admins.

Welcome message by Telegram Bot in group

I have a group on telegram and I want to welcome everybody who joins that group by a message. For that I have created a Bot and added it to my group. Is there any way I can make bot respond to new joining of group.
I have added a description welcome message to Bot but that only shows up when I go to personally chat the bot.
You will receive new_chat_members instead of text in message update.
And you can send welcome when received that :)
you can use the Welcome bot for Telegram
Here is the GitHub repo for that Welcome Bot

Remove user mention in bot message

Is there a posibility to remove the mention of an user in an bot's answer? I developed a telegram bot with the microsoft bot builder framework and only sending the raw message like an echo bot but in group chat there is always this #username metion before every message my bot sends to the group chat. I added my bot via bot father to telegrams bot list.
At the moment this is not a setting the developer can change. Tracking the issue here: https://github.com/Microsoft/BotBuilder/issues/483

Resources