Televerse typedef

Televerse = Bot

The main class of the library.

This class is used to create a new bot instance. This is just a type alias for Bot class.

Implementation

typedef Televerse = Bot;