Update models.py
This commit is contained in:
committed by
GitHub
parent
f36d4fa38d
commit
778e827277
@@ -444,7 +444,7 @@ class Poll(object):
|
|||||||
uid = None
|
uid = None
|
||||||
#: Title of the poll
|
#: Title of the poll
|
||||||
title = None
|
title = None
|
||||||
#: List of :class:`PollOption`
|
#: List of :class:`PollOption`, can be fetched with :func:`fbchat.Client.fetchPollOptions`
|
||||||
options = None
|
options = None
|
||||||
#: Options count
|
#: Options count
|
||||||
options_count = None
|
options_count = None
|
||||||
|
Reference in New Issue
Block a user