Member: {
    avatar: string | null;
    communication_disabled_until: string | null;
    deaf: boolean;
    flags: number;
    joined_at: string;
    mute: boolean;
    nick: string | null;
    pending: boolean;
    permissions: string;
    premium_since: string | null;
    roles: string[];
    unusual_dm_activity_until: string | null;
    user: User;
}

Type declaration

  • avatar: string | null
  • communication_disabled_until: string | null
  • deaf: boolean
  • flags: number
  • joined_at: string
  • mute: boolean
  • nick: string | null
  • pending: boolean
  • permissions: string
  • premium_since: string | null
  • roles: string[]
  • unusual_dm_activity_until: string | null
  • user: User

Generated using TypeDoc