Layer 220
MessagesInvitedUsers
Contains info about successfully or unsuccessfully invited users.
constructor
messages.invitedUsers#7f5defa6 updates:Updates missing_invitees:Vector<MissingInvitee> = messages.InvitedUsers;
Parameters
| Name | Type | Description |
|---|---|---|
| Updates | Updates | List of updates about successfully invited users (and eventually info about the created group) |
| MissingInvitees | Vector<MissingInvitee> | A list of users that could not be invited, along with the reason why they couldn't be invited. |
Returns
messages.InvitedUsersGogram Example
// Creating MessagesInvitedUsers constructor obj := &tg.MessagesInvitedUsers{ Updates: &tg.Updates{}, MissingInvitees: []tg.MissingInvitee{&tg.MissingInvitee{}}, }