updateGroupCall property

UpdateGroupCall? updateGroupCall

Information about a group call was updated

Implementation

UpdateGroupCall? get updateGroupCall {
  if (this is UpdateGroupCall) {
    return this as UpdateGroupCall;
  }
  return null;
}