Raw.messages.ExportedChatInviteReplaced

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