shortener-bot/commands.h

8 lines
165 B
C++

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