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
#: 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