Update API scheme to layer 216.

This commit is contained in:
John Preston
2025-09-05 11:51:37 +04:00
parent d30dd7450f
commit 6974c511ea
10 changed files with 37 additions and 33 deletions
@@ -981,9 +981,9 @@ void ChooseTopicSearchController::searchQuery(const QString &query) {
}
void ChooseTopicSearchController::searchOnServer() {
_requestId = _api.request(MTPchannels_GetForumTopics(
MTP_flags(MTPchannels_GetForumTopics::Flag::f_q),
_forum->channel()->inputChannel,
_requestId = _api.request(MTPmessages_GetForumTopics(
MTP_flags(MTPmessages_GetForumTopics::Flag::f_q),
_forum->channel()->input,
MTP_string(_query),
MTP_int(_offsetDate),
MTP_int(_offsetId),