Uses of Class
org.drinkless.tdlib.TdApi.ChatMembersFilter
-
Packages that use TdApi.ChatMembersFilter Package Description org.drinkless.tdlib -
-
Uses of TdApi.ChatMembersFilter in org.drinkless.tdlib
Subclasses of TdApi.ChatMembersFilter in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.ChatMembersFilterAdministratorsReturns the owner and administrators.static classTdApi.ChatMembersFilterBannedReturns users banned from the chat; can be used only by administrators in a supergroup or in a channel.static classTdApi.ChatMembersFilterBotsReturns bot members of the chat.static classTdApi.ChatMembersFilterContactsReturns contacts of the user.static classTdApi.ChatMembersFilterMembersReturns all chat members, including restricted chat members.static classTdApi.ChatMembersFilterMentionReturns users which can be mentioned in the chat.static classTdApi.ChatMembersFilterRestrictedReturns users under certain restrictions in the chat; can be used only by administrators in a supergroup.Fields in org.drinkless.tdlib declared as TdApi.ChatMembersFilter Modifier and Type Field Description TdApi.ChatMembersFilterTdApi.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.ChatMembersFilter Constructor Description SearchChatMembers(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 username of the members of a specified chat.
-