Constructor: updatePendingJoinRequests
Someone has requested to join a chat or channel
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | Chat or channel |
requests_pending | int | Yes | Number of pending join requests » for the chat or channel |
recent_requesters | Array of long | Yes | IDs of users that have recently requested to join |
Type: Update
Example:
$updatePendingJoinRequests = ['_' => 'updatePendingJoinRequests', 'peer' => long, 'requests_pending' => int, 'recent_requesters' => [long, long]];