Documentation
    Preparing search index...

    Interface GuildActivityResponse

    Base interface for Blizzard API responses.

    interface GuildActivityResponse {
        _links: { self: Href };
        activities?: ActivityElement[];
        guild: Guild;
    }

    Hierarchy (View Summary)

    Index

    Properties

    _links: { self: Href }
    activities?: ActivityElement[]
    guild: Guild