View Source ExTDLib.Method.GetChatJoinRequests (ExTDLib v0.0.4)

Returns pending join requests in a chat. Returns object_ptr<ChatJoinRequests>.

NameTypeDescription
chat_idstringChat identifier.
invite_linkstringInvite link for which to return join requests. If empty, all join requests will be returned. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links.
querystringA query to search for in the first names, last names and usernames of the users to return.
offset_requestchatJoinRequestA chat join request from which to return next requests; pass null to get results from the beginning.
limitnumberThe maximum number of requests to join the chat to return.

More details on telegram's documentation.