From fd714cdc04e804aadc5faf464e6c2d665f8f4505 Mon Sep 17 00:00:00 2001 From: Giuseppe Marino Date: Fri, 10 Dec 2021 00:48:18 +0100 Subject: [PATCH] Update TDLib --- td | 2 +- telegram-bot-api/Client.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/td b/td index 6821219..5a76413 160000 --- a/td +++ b/td @@ -1 +1 @@ -Subproject commit 68212198a0e44086bd8a63d23365c3f56e391f0f +Subproject commit 5a76413990ff96653bfda32d37f38ee825be65d8 diff --git a/telegram-bot-api/Client.cpp b/telegram-bot-api/Client.cpp index 4a5a05b..17edc7c 100644 --- a/telegram-bot-api/Client.cpp +++ b/telegram-bot-api/Client.cpp @@ -7103,8 +7103,8 @@ td::Result> Client::get_search_ result = make_object(); } else if (filter == "audio") { result = make_object(); - } else if (filter == "call") { - result = make_object(); +//} else if (filter == "call") { +// result = make_object(); } else if (filter == "chat_photo") { result = make_object(); } else if (filter == "document") { @@ -7113,8 +7113,8 @@ td::Result> Client::get_search_ result = make_object(); } else if (filter == "mention") { result = make_object(); - } else if (filter == "missed_call") { - result = make_object(); +//} else if (filter == "missed_call") { +// result = make_object(); } else if (filter == "photo") { result = make_object(); } else if (filter == "photo_and_video") {