-
I am building a client which utilizes tdsharp. However, I have a problem while using SearchPublicChats. The result returned by the API does not match to "Global Search" result shows on iPhone Official Telegram App. For instance, by passing "# tesla" as the argument of SearchPublicChats, the result returned by API contains only two chats. However, by entering"# tesla" in search textfield of app, the result list contains more records. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Unfortunately, in this project, we merely provide bindings for the tdlib API, and cannot provide all the answers about how this API works internally (since it is server-side). You may try asking in the upstream repository. UPD: the author has asked in tdlib/td#2032. |
Beta Was this translation helpful? Give feedback.
Unfortunately, in this project, we merely provide bindings for the tdlib API, and cannot provide all the answers about how this API works internally (since it is server-side).
You may try asking in the upstream repository.
UPD: the author has asked in tdlib/td#2032.