简体   繁体   中英

How to send individual message to a specific phone number via Telegram like a SMS (C# winforms)

I'm developping an application that have to send messages to my users, so I chose the Telegram because it is popular and easy to use. I'm new in development to Telegram and I need some directions.

So, each user have this application installed in a PC, it have a config window where the user can register the phone number, email and some personal info. Also, this software stays ON all day long and when some events happens it must send alerts to the user's phone (like SMS), and this is my problem, I don't know which approach is better, using the normal Telegram API or a bot. I have no idea how to start this.

Is the Telegram a good choice? Is possible to send a message when I have just the phone number? If so, how?

Here is an answer on Telegram API vs Bot API . I generally agree to use Telegram as a media of notification system if it's not possible for you to install your own App on user phones and create your own notification. On another hand, if you have the resource, you can use traditional method such as SMS and Call for notification.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM