Uses of Class
it.tdlight.jni.TdApi.ChatJoinRequest
-
Uses of TdApi.ChatJoinRequest in it.tdlight.jni
Fields in it.tdlight.jni 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 it.tdlight.jni 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) 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.