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