GetGroupCall constructor
const
GetGroupCall({
- required int groupCallId,
Returns information about a group call
Implementation
const GetGroupCall({
required this.groupCallId,
});
Returns information about a group call
const GetGroupCall({
required this.groupCallId,
});