Interface InviteDeletePacket

Hierarchy

Properties

d op s t

Properties

d: {
    channel_id: string;
    code: string;
    guild_id?: string;
}

Type declaration

  • channel_id: string
  • code: string
  • Optional guild_id?: string
s: number
t: "INVITE_DELETE"