Uses of Class
org.drinkless.tdlib.TdApi.ChatJoinRequest
Packages that use TdApi.ChatJoinRequest
-
Uses of TdApi.ChatJoinRequest in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ChatJoinRequestModifier and TypeFieldDescriptionTdApi.GetChatJoinRequests.offsetRequestA chat join request from which to return next requests; pass null to get results from the beginning.TdApi.UpdateNewChatJoinRequest.requestJoin request.TdApi.ChatJoinRequests.requestsList of the requests.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatJoinRequestModifierConstructorDescriptionChatJoinRequests(int totalCount, TdApi.ChatJoinRequest[] requests) Contains a list of requests to join a chat.GetChatJoinRequests(long chatId, String inviteLink, String query, TdApi.ChatJoinRequest offsetRequest, int limit) Creates a function, which returns pending join requests in a chat.UpdateNewChatJoinRequest(long chatId, TdApi.ChatJoinRequest request, long userChatId, TdApi.ChatInviteLink inviteLink) A user sent a join request to a chat; for bots only.