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+)