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