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