Uses of Class
it.tdlight.jni.TdApi.ChatJoinRequest
-
Uses of TdApi.ChatJoinRequest in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.GetChatJoinRequests.offsetRequest
A chat join request from which to return next requests; pass null to get results from the beginning.TdApi.UpdateNewChatJoinRequest.request
Join request.TdApi.ChatJoinRequests.requests
List of the requests.ModifierConstructorDescriptionChatJoinRequests
(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.