Hello. I use pro version. There is a group and I need to send messages (from the backend) about some events to this group. Not from a member but from “the administration”. How can I do this? Do use a bot? I could not send message via this API method: API Keys without mentioning the bot by a member.
@oleg Here is what I’d recommend:
- Create a new user called “system” or “admin” (or equivalent)
- Have this user join the group (using API)
- Send messages from this user to the group (using API)
- Modify your front-end to display incoming messages from this user so that they appear in a different way (as per your needs)
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.