PollParticipation

This entity represents a participation in a Poll.

See also: Relayable

Properties

Property Type Description
author diaspora* ID The diaspora* ID of the author of the poll participation.
guid GUID The GUID of the poll participation.
parent_guid GUID The GUID of the Poll.
poll_answer_guid GUID The GUID of the PollAnswer.
author_signature Signature The signature from the author of the poll participation.

Examples

<poll_participation>
  <guid>f1eb866029f7013487753131731751e9</guid>
  <parent_guid>2a22d6c029e9013487753131731751e9</parent_guid>
  <author>alice@example.org</author>
  <poll_answer_guid>2a22db2029e9013487753131731751e9</poll_answer_guid>
  <author_signature>dT6KbT7kp0bE+s3//ZErxO1wvVIqtD0lY67i81+dO43B4D2m5kjCdzW240eWt/jZmcHIsdxXf4WHNdrb6ZDnamA8I1FUVnLjHA9xexBITQsSLXrcV88UdammSmmOxl1Ac4VUXqFpdavm6a7/MwOJ7+JHP8TbUO9siN+hMfgUbtY=</author_signature>
</poll_participation>