Fix CE.
GitOrigin-RevId: 7cd3c546317d47d8cc2124c2dd26dcc4246b7669
This commit is contained in:
parent
0e045bda6e
commit
a008965872
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user