Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 5.37 KB

File metadata and controls

12 lines (9 loc) · 5.37 KB

ActivityEvent

Fields

Field Type Required Description
id Optional[str] Universally unique identifier of the event. To allow for reliable retransmission, only the earliest received event of a given UUID is considered valid by the server and subsequent are ignored.
action models.ActivityEventAction ✔️ The type of activity this represents.
params Optional[models.ActivityEventParams] N/A
timestamp date ✔️ The ISO 8601 timestamp when the activity began.
url str ✔️ The URL of the activity.