Telegram Bots are third-party applications that run inside Telegram. Users can interact with bots by sending them messages, commands and inline requests. The bots are controlled using HTTPS requests to Telegram's bot API.
We can create bots to get customized notifications and news, integrate with other services, accept payments from Telegram users, create custom tools, build games and social services and do virtually anything else.
In this talk we will deep into details about how we can start creating these awesome bots and all the possibilities we have with them. Moreover, we will work with one of the programming languages of the moment, Kotlin, that will let us creating these bots in a really easy and elegant way.