UpdateBasicGroup constructor

UpdateBasicGroup(
  1. {required BasicGroup basic_group,
  2. int? extra,
  3. int? clientId}
)

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

Implementation

UpdateBasicGroup