Home
last modified time | relevance | path

Searched refs:get_poll_option_object (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DPollManager.h150 …static td_api::object_ptr<td_api::pollOption> get_poll_option_object(const PollOption &poll_option…
H A DPollManager.cpp396 td_api::object_ptr<td_api::pollOption> PollManager::get_poll_option_object(const PollOption &poll_o… in get_poll_option_object() function in td::PollManager
510 poll_options = transform(poll->options, get_poll_option_object); in get_poll_object()