--- title: PollParticipation --- This entity represents a participation in a [Poll][poll]. See also: [Relayable][relayable] ## Properties | Property | Type | Description | | ------------------------- | ---------------------------- | ---------------------------------------------------------- | | `author` | [diaspora\* ID][diaspora-id] | The diaspora\* ID of the author of the poll participation. | | `guid` | [GUID][guid] | The GUID of the poll participation. | | `parent_guid` | [GUID][guid] | The GUID of the [Poll][poll]. | | `poll_answer_guid` | [GUID][guid] | The GUID of the [PollAnswer][poll_answer]. | | `author_signature` | [Signature][signature] | The signature from the author of the poll participation. | ## Examples ~~~xml f1eb866029f7013487753131731751e9 2a22d6c029e9013487753131731751e9 alice@example.org 2a22db2029e9013487753131731751e9 dT6KbT7kp0bE+s3//ZErxO1wvVIqtD0lY67i81+dO43B4D2m5kjCdzW240eWt/jZmcHIsdxXf4WHNdrb6ZDnamA8I1FUVnLjHA9xexBITQsSLXrcV88UdammSmmOxl1Ac4VUXqFpdavm6a7/MwOJ7+JHP8TbUO9siN+hMfgUbtY= ~~~ [diaspora-id]: {{ site.baseurl }}/federation/types.html#diaspora-id [guid]: {{ site.baseurl }}/federation/types.html#guid [signature]: {{ site.baseurl }}/federation/types.html#signature [poll]: {{ site.baseurl }}/entities/poll.html [poll_answer]: {{ site.baseurl }}/entities/poll_answer.html [relayable]: {{ site.baseurl }}/federation/relayable.html