Update models.py

This commit is contained in:
Kacper Ziubryniewicz
2018-08-20 16:57:10 +02:00
committed by GitHub
parent f36d4fa38d
commit 778e827277

View File

@@ -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