Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface Group

    interface Group {
        auto_update?: GroupAutoUpdate;
        child_groups?: string[];
        created_at?: Date;
        id?: string;
        modified_at?: Date;
        name?: string;
        size?: number;
    }
    Index

    Properties

    auto_update?: GroupAutoUpdate

    GroupAutoUpdate

    child_groups?: string[]

    Phone numbers (MSISDNs) of child group will be included in this group. If present, this group will be auto populated. Constraints: Elements must be group IDs.

    created_at?: Date

    Timestamp for group creation. Format: YYYY-MM-DDThh:mm:ss.SSSZ

    id?: string

    The ID used to reference this group.

    modified_at?: Date

    Timestamp for when the group was last updated. Format: YYYY-MM-DDThh:mm:ss.SSSZ

    name?: string

    Name of group, if set.

    size?: number

    The number of members currently in the group.