copyWith method
Implementation
RemovePendingLiveStoryReactions copyWith({int? groupCallId}) =>
RemovePendingLiveStoryReactions(
groupCallId: groupCallId ?? this.groupCallId,
);
RemovePendingLiveStoryReactions copyWith({int? groupCallId}) =>
RemovePendingLiveStoryReactions(
groupCallId: groupCallId ?? this.groupCallId,
);