Como Enviar un mensage telegram mediante un enlace

Una vez que tenemos un bot veremos como enviar mensajes fijos utilizando un enlace.
Es bastante facil.

El enlace tendra esta forma.

Donde: tendremos que substituir: TokenDeNuestroBot por el token que nos dio BotFather Ver:Crear un bot telegram

Y nuestroId por nuestro numero id de telegram Ver:Obtener nuestro ID de telegram

Asi un enlace de este tipo generaria un telegram como este%%%

https://api.telegram.org/bot(TokenDeNuestroBot)/sendMessage?chat_id=(nuestroIdTelegram)&text=hola+mundo

Referencias:

https://medium.com/@xabaras/sending-a-message-to-a-telegram-channel-the-easy-way-eb0a0b32968 https://stackoverflow.com/search?q=telegram+bot+send+curl https://stackoverflow.com/questions/31271355/how-to-use-telegram-api-in-c-sharp-to-send-a-message https://core.telegram.org/api https://core.telegram.org/bots