From 3d9168e46f7b732968ad0ca8b96cdb7205a1a734 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Wed, 5 Jun 2024 18:32:43 +0300 Subject: [PATCH] chore: Update README.md Signed-off-by: Awiteb --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7c2d310..82f8ad0 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ Or just run the binary file in `target/release/telepingbot` ### `/ping/@` This endpoint is to ping the bot and returns if it's online or not. +#### Url querys +- "cmd": One word base64Url encoded, will use it as a command, default is `start` +- "args": Base64Url encoded, will use it as arguments for the command, default is `""` + + #### Headers - `Authorization`: The API access token. e.g: `Authorization: FirstToken`