UpdateGroupCall constructor
const
UpdateGroupCall({
- required bool liveStory,
- PeerBase? peer,
- required GroupCallBase call,
Update Group Call constructor.
Implementation
const UpdateGroupCall({
required this.liveStory,
this.peer,
required this.call,
}) : super._();