We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfa5dc commit 059a164Copy full SHA for 059a164
music_assistant_models/api.py
@@ -15,7 +15,7 @@
15
class CommandMessage(DataClassORJSONMixin):
16
"""Model for a Message holding a command from server to client or client to server."""
17
18
- message_id: str
+ message_id: str | int
19
command: str
20
args: dict[str, Any] | None = None
21
0 commit comments