diff --git a/commands.cpp b/commands.cpp index c174a36..0612977 100644 --- a/commands.cpp +++ b/commands.cpp @@ -104,7 +104,7 @@ void cmd::handle_inline_query(context *ctx, td_api::updateNewInlineQuery &query) false, // is_personal nullptr, // button std::move(results), - 600, // cache_time + 0, // cache_time "" // next_offset ), {}); }