Skip to content
package

tgintegration

The root package of tgintegration.

Standalone collector utilities.

Containers are abstractions that group together Pyrogram types for more convenient access.

Entry point to tgintegration features.

Classes
  • BotController This class is the entry point for all interactions with either regular bots or userbots in TgIntegration. It expects a Pyrogram Client (typically a user client) that serves as the controlling account for a specific peer - which can be seen as the "bot under test" or "conversation partner". In addition, the controller holds a number of settings to control the timeouts for all these interactions.</>

Classes