GetGroupCall constructor

const GetGroupCall({
  1. required int groupCallId,
})

Returns information about a group call

Implementation

const GetGroupCall({
  required this.groupCallId,
});