GitOrigin-RevId: 7cd3c546317d47d8cc2124c2dd26dcc4246b7669
This commit is contained in:
levlam 2019-02-23 20:59:29 +03:00
parent 0e045bda6e
commit a008965872
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class PollManager : public Actor {
static void on_update_poll_timeout_callback(void *poll_manager_ptr, int64 poll_id_int);
static td_api::object_ptr<td_api::pollOption> PollManager::get_poll_option_object(const PollOption &poll_option);
static td_api::object_ptr<td_api::pollOption> get_poll_option_object(const PollOption &poll_option);
static telegram_api::object_ptr<telegram_api::pollAnswer> get_input_poll_option(const PollOption &poll_option);