tg_cli: support td_api::topChatCategoryWebAppBots.

This commit is contained in:
levlam 2024-08-13 17:22:13 +03:00
parent b4d4d054de
commit 4fbe7741dc

View File

@ -2030,6 +2030,8 @@ class CliClient final : public Actor {
return td_api::make_object<td_api::topChatCategoryChannels>();
} else if (category == "inline") {
return td_api::make_object<td_api::topChatCategoryInlineBots>();
} else if (category == "app") {
return td_api::make_object<td_api::topChatCategoryWebAppBots>();
} else if (category == "call") {
return td_api::make_object<td_api::topChatCategoryCalls>();
} else if (category == "forward") {