Raw.messages.ExportedChatInviteReplaced
The specified chat invite was replaced with another one
messages.exportedChatInviteReplaced#222600ef invite:ExportedChatInvite new_invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite;
export namespace Raw {
export namespace messages {
export class ExportedChatInviteReplaced {
constructor(params: {
invite: Raw.TypeExportedChatInvite;
newInvite: Raw.TypeExportedChatInvite;
users: Array<Raw.TypeUser>;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x222600ef
Property
invite
: Raw.TypeExportedChatInviteThe replaced chat invite
newInvite
: Raw.TypeExportedChatInviteThe invite that replaces the previous invite
users
: Array of Raw.TypeUserMentioned users