Chat Message
ChatMessage(subsonic, username, time, message)
Bases: Model
Object that holds all the info about a chat message.
Attributes:
Name | Type | Description |
---|---|---|
user |
User
|
The user author of the chat message. |
message |
The message send by the user. |
|
time |
datetime
|
The timestamp when the chat message was send. |