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