Constructor: messages.invitedUsers
Contains info about successfully or unsuccessfully invited » users.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| updates | Updates | Yes | List of updates about successfully invited users (and eventually info about the created group) |
| missing_invitees | Array of MissingInvitee | Yes | A list of users that could not be invited, along with the reason why they couldn’t be invited. |
Type: messages.InvitedUsers
Example:
$messages_invitedUsers = ['_' => 'messages.invitedUsers', 'updates' => Updates, 'missing_invitees' => [MissingInvitee, MissingInvitee]];