Poll¶
- class pyrogram.raw.types.Poll¶
Telegram API type.
Constructor of
Poll.- Details:
Layer:
224ID:
B8425BE9
- Parameters:
id (
int64-bit) – N/Aquestion (
TextWithEntities) – N/Aanswers (List of
PollAnswer) – N/Ahash (
int64-bit) – N/Aclosed (
bool, optional) – N/Apublic_voters (
bool, optional) – N/Amultiple_choice (
bool, optional) – N/Aquiz (
bool, optional) – N/Aopen_answers (
bool, optional) – N/Arevoting_disabled (
bool, optional) – N/Ashuffle_answers (
bool, optional) – N/Ahide_results_until_close (
bool, optional) – N/Acreator (
bool, optional) – N/Aclose_period (
int32-bit, optional) – N/Aclose_date (
int32-bit, optional) – N/A