#pragma once #include "common.h" #include "telegram_client.h" #include namespace cmd { void handle_regular_message(context *ctx, td_api::message &msg); }