Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 469 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 469 Bytes

Example: Spring Boot Based Telegram Bot (Webhook)

Read this in other languages: English, 简体中文.

This is a simple demonstration about how to build an echo bot which will response "Hello Telegram!" every time when message received.

Basically it uses a Controller class to listen to updates from Telegram server, it's very easy to understand.