Interface UpdateBasicGroup

Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application. Subtype of Update.

interface UpdateBasicGroup {
    @type: "updateBasicGroup";
    basic_group: BasicGroup;
}

Properties

Properties

@type: "updateBasicGroup"
basic_group: BasicGroup

New data about the group.