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