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