Poll¶
- class pyrogram.raw.types.Poll¶
Telegram API type.
Constructor of
Poll
.- Details:
Layer:
194
ID:
58747131
- Parameters:¶
id (
int
64-bit
) – N/Aquestion (
TextWithEntities
) – N/Aanswers (List of
PollAnswer
) – N/Aclosed (
bool
, optional) – N/Apublic_voters (
bool
, optional) – N/Amultiple_choice (
bool
, optional) – N/Aquiz (
bool
, optional) – N/Aclose_period (
int
32-bit
, optional) – N/Aclose_date (
int
32-bit
, optional) – N/A