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.