Uses of Class
org.drinkless.tdlib.TdApi.ChatMembersFilter
Packages that use TdApi.ChatMembersFilter
-
Uses of TdApi.ChatMembersFilter in org.drinkless.tdlib
Subclasses of TdApi.ChatMembersFilter in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Returns the owner and administrators.static class
Returns users banned from the chat; can be used only by administrators in a supergroup or in a channel.static class
Returns bot members of the chat.static class
Returns contacts of the user.static class
Returns all chat members, including restricted chat members.static class
Returns users which can be mentioned in the chat.static class
Returns users under certain restrictions in the chat; can be used only by administrators in a supergroup.Fields in org.drinkless.tdlib declared as TdApi.ChatMembersFilterModifier and TypeFieldDescriptionTdApi.SearchChatMembers.filter
The type of users to search for; pass null to search among all chat members.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatMembersFilterModifierConstructorDescriptionSearchChatMembers
(long chatId, String query, int limit, TdApi.ChatMembersFilter filter) Creates a function, which searches for a specified query in the first name, last name and usernames of the members of a specified chat.