From eb61f063c627cb8b6cb4d8d8d9cea7888bea87a3 Mon Sep 17 00:00:00 2001 From: dax Date: Wed, 22 May 2019 10:48:54 +0200 Subject: [PATCH] --- SendChatAction.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 SendChatAction.md diff --git a/SendChatAction.md b/SendChatAction.md new file mode 100644 index 0000000..17e041f --- /dev/null +++ b/SendChatAction.md @@ -0,0 +1,28 @@ +> SendChatAction($destination, $action) + +* typing +* upload_photo +* record_audio +* upload_document +* find_location +* record_video_note + + +``` +SendChatAction('DestinationMsgId', 'typing'); +?> +``` \ No newline at end of file