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