Extensive contact data returned when reading a contact

interface FullGroup {
    members: Contact[];
    name: string;
    uri: string;
}

Properties

Properties

members: Contact[]

List of group members

name: string

The human-readable name of the group

uri: string

The URI identifying the group