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
rooms.py File Reference

Go to the source code of this file.

Classes

class  talkomatic.api.v1.rooms.RoomJoinStatus
 

Namespaces

namespace  talkomatic
 
namespace  talkomatic.api
 
namespace  talkomatic.api.v1
 
namespace  talkomatic.api.v1.rooms
 

Functions

list[Roomtalkomatic.api.v1.rooms.get_rooms ()
 
Room talkomatic.api.v1.rooms.get_room (int room_id)
 
int talkomatic.api.v1.rooms.create_room (str room_name, RoomType room_type, RoomLayoutType layout)
 
RoomJoinStatus talkomatic.api.v1.rooms.can_join_room (int room_id, int|None access_code=None)