Class GroupUpdate.

StringGroupUpdate

interface StringGroupUpdate {
    Data?: string;
    GroupId?: string;
    Type?: GroupUpdateType;
}

Properties

Properties

Data?: string

Gets the update data.

StringGroupUpdate

GroupId?: string

Gets the group identifier.

StringGroupUpdate

StringGroupUpdate