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.dataclasses.rate_limits Namespace Reference

Classes

class  RateLimits
 

Variables

 DISABLE_RATE_LIMITS = RateLimits(message_cooldown = 0, room_join_cooldown = 0, room_creation_cooldown = 0)
 

Variable Documentation

◆ DISABLE_RATE_LIMITS

talkomatic.dataclasses.rate_limits.DISABLE_RATE_LIMITS = RateLimits(message_cooldown = 0, room_join_cooldown = 0, room_creation_cooldown = 0)

Definition at line 25 of file rate_limits.py.