rework voice_rooms api
This commit is contained in:
5
app/models/voice_rooms.py
Normal file
5
app/models/voice_rooms.py
Normal file
@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class JoinRoomRequest(BaseModel):
|
||||
code: str
|
||||
Reference in New Issue
Block a user