Skip to content

Latest commit

 

History

History

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

telegram-bot-go/samples

Samples codes for telegram-bot-go:

  • webhook: Sample application which retrieves updates through webhook (when you have a domain and at least one of port 80/88/443/8443 is available)
  • polling: Sample application which polls updates without webhook
  • wasm: Sample application for showing experimental WebAssembly support (Go 1.11+)