Last active
July 20, 2021 12:15
-
-
Save cb-v4s/0702611afc6500aceed43df6f57ea13a to your computer and use it in GitHub Desktop.
notas telegram bot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; crear bot y grupo en telegram | |
| agregar @BotFather en telegram para crear el bot, crea un grupo e invitalo | |
| ; consigue chatid desde la api de telegram usando el api token del bot | |
| https://api.telegram.org/bot<TOKEN>/getUpdates | |
| ; enviar mensajes usando la api de telegram | |
| https://api.telegram.org/bot<TOKEN>/sendMessage?chat_id=<CHATID>&parse_mode=Markdown&text=<MESSAGE>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment