'Is it possible to send message from mine 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 I can realize it? I found bots with similar behaviour but messages send from bot account not from mine profile that I need.
Thank you for help.
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | CallMeStag |
