Compare commits
No commits in common. "0a97e56539e6043c6038036584d7b79c78dbc342" and "a5d3bd08c1f84b510ac9afefc7aba18f1de07d46" have entirely different histories.
0a97e56539
...
a5d3bd08c1
@ -10,6 +10,7 @@ from utils import queues
|
||||
class Message(pydantic.BaseModel):
|
||||
project: str
|
||||
name: str
|
||||
type: str
|
||||
body: dict
|
||||
method: str = 'send_message'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user