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