GetOrCreateCallRequest constructor

GetOrCreateCallRequest({
  1. CallRequest? data,
  2. int? membersLimit,
  3. bool? notify,
  4. bool? ring,
  5. bool? video,
})

Returns a new GetOrCreateCallRequest instance.

Implementation

GetOrCreateCallRequest({
  this.data,
  this.membersLimit,
  this.notify,
  this.ring,
  this.video,
});