UpdateGroupCall constructor

const UpdateGroupCall({
  1. required bool liveStory,
  2. PeerBase? peer,
  3. required GroupCallBase call,
})

Update Group Call constructor.

Implementation

const UpdateGroupCall({
  required this.liveStory,
  this.peer,
  required this.call,
}) : super._();