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 classReturns the owner and administrators.static classReturns users banned from the chat; can be used only by administrators in a supergroup or in a channel.static classReturns bot members of the chat.static classReturns contacts of the user.static classReturns all chat members, including restricted chat members.static classReturns users which can be mentioned in the chat.static classReturns 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.filterThe 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.