Link Search Menu Expand Document

Constructor: messages.invitedUsers

Back to constructors index

Contains info about successfully or unsuccessfully invited » users.

Attributes:

NameTypeRequiredDescription
updatesUpdatesYesList of updates about successfully invited users (and eventually info about the created group)
missing_inviteesArray of MissingInviteeYesA 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]];