GroupMetadataDetails: {
    coverPicture?: string;
    description?: string;
    icon?: string;
    id: string;
    name: string;
}

Type declaration

  • Optional coverPicture?: string

    Optional uri of the Group's cover picture.

  • Optional description?: string

    Optional markdown formatted description of the Group.

  • Optional icon?: string

    Optional uri of the Group'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 Group.