GroupMetadataDetails: {
    description?: string | null;
    icon?: string | null;
    id: string;
    name: string;
    slug: string;
}

Type declaration

  • Optional description?: string | null

    Optional markdown formatted description of the Community.

  • Optional icon?: string | null

    Optional uri of the Community's icon.

  • id: string

    A unique identifier that in storages like IPFS ensures the uniqueness of the metadata URI. Use a UUID if unsure.

  • name: string

    The name of the Community.

  • slug: string

    The slug for the Community.