Constructor: messages.exportedChatInviteReplaced
The specified chat invite was replaced with another one
Attributes:
Name | Type | Required | Description |
---|---|---|---|
invite | ExportedChatInvite | Yes | The replaced chat invite |
new_invite | ExportedChatInvite | Yes | The invite that replaces the previous invite |
users | Array of User | Yes | Mentioned users |
Type: messages.ExportedChatInvite
Example:
$messages_exportedChatInviteReplaced = ['_' => 'messages.exportedChatInviteReplaced', 'invite' => ExportedChatInvite, 'new_invite' => ExportedChatInvite, 'users' => [User, User]];