Skip to main content
Module

x/bnapi/mod.ts>wow.GuildActivity

Blizzard Battle.net API wrapper for Deno.
Go to Latest
interface wow.GuildActivity
import { type wow } from "https://deno.land/x/bnapi@0.9.6/mod.ts";
const { GuildActivity } = wow;

Properties

timestamp: number
activity: { type: string; }
optional
character_achievement: { character: { id: number; name: string; realm: IdNameSlug; }; achievement: IdName; }
optional
encounter_completed: { encounter: IdName; mode: TypeName; }