A participation is sent to subscribe a person on updates for some Post.
The parent_type
can only be a Post (if it’s a StatusMessage or Reshare)
Property | Type | Description |
---|---|---|
author |
diaspora* ID | The diaspora* ID of the author of the participation. |
guid |
GUID | The GUID of the participation. |
parent_guid |
GUID | The GUID of the parent entity. |
parent_type |
Type | The entity type of the parent. |
<participation>
<author>alice@example.org</author>
<guid>0840a9b029f6013487753131731751e9</guid>
<parent_type>Post</parent_type>
<parent_guid>c3893bf029e7013487753131731751e9</parent_guid>
</participation>