diff --git a/fbchat/models.py b/fbchat/models.py index 2e755a5..22b4e7a 100644 --- a/fbchat/models.py +++ b/fbchat/models.py @@ -444,7 +444,7 @@ class Poll(object): uid = None #: Title of the poll title = None - #: List of :class:`PollOption` + #: List of :class:`PollOption`, can be fetched with :func:`fbchat.Client.fetchPollOptions` options = None #: Options count options_count = None