diff options
| author | levlam <levlam@telegram.org> | 2025-04-08 18:37:39 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2025-04-08 18:37:39 +0300 |
| commit | 0ad4672586a1ee3ea916d0a6f1bd5c72c59ea89f (patch) | |
| tree | 3d6d446766f5e152ec20cc03b6099dd9dae58d23 /td/telegram/CallActor.h | |
| parent | 0ca38f15c499c4655a598917462e65de03c4ff82 (diff) | |
Update layer to 202.
Diffstat (limited to 'td/telegram/CallActor.h')
| -rw-r--r-- | td/telegram/CallActor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/td/telegram/CallActor.h b/td/telegram/CallActor.h index 3a9a2e250..bff16e773 100644 --- a/td/telegram/CallActor.h +++ b/td/telegram/CallActor.h @@ -172,8 +172,6 @@ class CallActor final : public NetQueryCallback { void update_call_inner(tl_object_ptr<telegram_api::phone_phoneCall> call); - void update_conference_call(const telegram_api::object_ptr<telegram_api::inputGroupCall> &conference_call); - tl_object_ptr<telegram_api::inputPhoneCall> get_input_phone_call(const char *source); bool load_dh_config(); void on_dh_config(Result<std::shared_ptr<DhConfig>> r_dh_config, bool dummy); |
