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?