talkomatic.py 0.1.2
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
 
Loading...
Searching...
No Matches
talkomatic.bot Namespace Reference

Classes

class  Bot
 

Variables

 _server_config = ServerConfig.get()
 
 Binding = Callable[..., Awaitable[Any]] | None
 

Variable Documentation

◆ _server_config

talkomatic.bot._server_config = ServerConfig.get()
protected

Definition at line 13 of file bot.py.

◆ Binding

talkomatic.bot.Binding = Callable[..., Awaitable[Any]] | None

Definition at line 14 of file bot.py.