Uses of Class
org.drinkless.tdlib.TdApi.Chats
Packages that use TdApi.Chats
-
Uses of TdApi.Chats in dev.voroby.springframework.telegram.client.templates
Methods in dev.voroby.springframework.telegram.client.templates that return types with arguments of type TdApi.ChatsModifier and TypeMethodDescriptionChatTemplate.searchChats
(String query, int limit) Searches for the specified query in the title and username of already known chats; this is an offline request.ChatTemplate.searchPublicChats
(String query) Searches public chats by looking for specified query in their username and title.