Skip to content

Commit

Permalink
Fix messages docs (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoni-Czaplicki authored Apr 13, 2021
1 parent 04e2b79 commit 5786629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vulcan/data/_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class Message(Serializable):
"""A message.
:var int ~.id: Message id
:var str ~.title: Subject of the message
:var `~vulcan.hebe.model.DateTime` ~.sent_datetime: Date with time when the message was sent
:var `~vulcan.hebe.model.DateTime` ~.read_datetime: Date with time when the message was read
:var str ~.subject: Subject of the message
:var `~vulcan.hebe.model.DateTime` ~.sent_date: Date with time when the message was sent
:var `~vulcan.hebe.model.DateTime` ~.read_date: Date with time when the message was read
:var int ~.status: Message status
:var str ~.content: Message content
:var `~vulcan.data.Address` ~.sender: Sender of the message
Expand Down

0 comments on commit 5786629

Please sign in to comment.