Skip to content

Instantly share code, notes, and snippets.

@cb-v4s
Last active July 20, 2021 12:15
Show Gist options
  • Select an option

  • Save cb-v4s/0702611afc6500aceed43df6f57ea13a to your computer and use it in GitHub Desktop.

Select an option

Save cb-v4s/0702611afc6500aceed43df6f57ea13a to your computer and use it in GitHub Desktop.
notas telegram bot
; 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