PollOption
This object contains information about one answer option in a poll.
Properties
persistent_id
ts
persistent_id: string;Unique identifier of the option, persistent on option addition and deletion
text
ts
text: string;Option text, 1-100 characters
text_entities
ts
text_entities?: MessageEntity[];Special entities that appear in the option text. Currently, only custom emoji entities are allowed in poll option texts
voter_count
ts
voter_count: number;Number of users who voted for this option; may be 0 if unknown
added_by_user
ts
added_by_user?: User;User who added the option; omitted if the option wasn’t added by a user after poll creation
added_by_chat
ts
added_by_chat?: Chat;Chat that added the option; omitted if the option wasn’t added by a chat after poll creation
addition_date
ts
addition_date?: number;Point in time (Unix timestamp) when the option was added; omitted if the option existed in the original poll