aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/PollManager.cpp
AgeCommit message (Expand)Author
2026-06-16Add MessageContentDupType.h.levlam
2026-06-10Simplify get_poll_media_object usage.levlam
2026-06-02Add td_api::messageRichMessage.levlam
2026-05-19Register web pages of loaded from database polls.levlam
2026-05-19Remove empty web pages from polls.levlam
2026-05-19Register poll web pages.levlam
2026-05-19Add PollManager::get_poll_web_page_ids.levlam
2026-05-15Add td_api::InputPollMedia.levlam
2026-05-15Add td_api::PollMedia.levlam
2026-05-14Add Poll.can_see_results.levlam
2026-05-13Update layer to 227.levlam
2026-05-30Add and use get_min_message_senders_object.levlam
2026-05-07Remove unused variables.levlam
2026-05-07Allow to see results in limited by membershop polls.levlam
2026-05-07Improve pollVoteRestrictionReasonMembershipRequired.levlam
2026-04-30Improve poll.can_get_voters.levlam
2026-04-30Remove pollVoteRestrictionReasonQuickReply.levlam
2026-04-30Add pollVoteRestrictionReasonOther.levlam
2026-04-30Improve pollVoteRestrictionReasonMembershipRequired.levlam
2026-04-30Improve dup_poll.levlam
2026-04-30Add inputPollOption.media.levlam
2026-04-29Add PollManager::get_poll_media_message_content.levlam
2026-04-27Simplify PollManager::get_individual_message_contents.levlam
2026-04-27Add and use get_individual_message_content_refs.levlam
2026-04-24Support polls in get_uploaded_message_content.levlam
2026-04-23Support media in polls in get_input_media.levlam
2026-04-23Support polls in get_individual_message_contents.levlam
2026-04-23Add and use PollOption::get_poll_option.levlam
2026-04-23Store poll options for local polls.levlam
2026-04-14Add more poll vote restrcition reasons.levlam
2026-04-14Add poll.vote_restriction_reason.levlam
2026-04-14Allow to see poll results immediately for users from unallowed countries.levlam
2026-04-14Improve PollManager::can_get_poll_voters.levlam
2026-04-14Add comment about recent voter processing.levlam
2026-04-10Allow polls with 1 option.levlam
2026-04-10Ignore unread_poll_votes for message with being read poll votes.levlam
2026-04-10Move can_get_poll_vote_statistics to messageProperties.levlam
2026-04-09Add Poll.can_get_vote_statistics.levlam
2026-04-07Support limiting of poll voters to specific countries.levlam
2026-04-07Support member-only polls.levlam
2026-04-07Update layer to 225.levlam
2026-04-23Remove unallowed poll option entities on creation.levlam
2026-04-23Don't create data for local poll options.levlam
2026-04-23Make PollOption.data_ private.levlam
2026-04-14Hide recent voters if voters aren't available.levlam
2026-04-13Move add_poll_option and delete_poll_option to PollManager.levlam
2026-04-12Move stop_poll to PollManager.levlam
2026-04-11Move set_poll_answer and get_poll_voters to PollManager.levlam
2026-04-09Fix typos.Roj
2026-04-03Don't adjust vote count if it is unavailable.levlam