Send a message to a non-@username phone number using Telegram Bot

Is it possible to send a message to a phone number, not @username, using a bot telegram?

If the answer is “No”, I have to say that I have a telegram account without the name @us, and a few days ago I received a message from the bot, how is this possible?

Any advice would help.

+4
source share
2 answers

it cannot be sent to a phone number or username. You can send messages only by ID.

I try almost everything (group chat or channel) the only way the bot can send a message to the user - the user starts a conversation.

+1
source

:

https://api.telegram.org/bot " " /sendMessage? chat_id = " @msg" & text = 123

wold " " " @msg" chanel

:

+1

Source: https://habr.com/ru/post/1621084/


All Articles