Documentation
    Preparing search index...

    Interface GuildActivityResponse

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

    Hierarchy

    • ResponseBase
      • GuildActivityResponse
    Index

    Properties

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