Logic handling
In this chapter you will learn different ways to handle your bot logic
Exceptions handling
Unfortunatelly, exceptions handling in this library is a bit difficult in some places, but that h...
Types conversations
One of the most important topics in context of tgbotapi is types conversations. This library is v...
Low-level work with bots
The base version of library was done a lot of time ago and just got several additions related to ...
API Extensions
API extensions is a module which you may include in your project in addition to core part. In mos...
Updates with flows
Of course, in most cases here we will look up the way of using utils extnsions, but you may read ...
Behaviour Builder
In the previous pages about updates handling and was mentioned that currently in the most cases y...
Behaviour Builder with FSM
Behaviour builder with FSM is based on the MicroUtils FSM. There are several important things in ...
Files handling
According to the documentation there are several ways to work with files: By FileId By FileUrl ...
Media Groups
As you know, Telegram have the feature named Media Groups. Media groups have several differences ...