copyWith method
Implementation
ReplyMarkupInlineKeyboard copyWith({
List<List<InlineKeyboardButton>>? rows,
}) => ReplyMarkupInlineKeyboard(rows: rows ?? this.rows);
ReplyMarkupInlineKeyboard copyWith({
List<List<InlineKeyboardButton>>? rows,
}) => ReplyMarkupInlineKeyboard(rows: rows ?? this.rows);