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