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") {