Sending chat actions would be like below to prevent from future mistakes like typos: ``` Request::sendChatAction([ 'chat_id' => $chat_id, 'action' => Longman\TelegramBot\Telegram::ACTION_TYPING ]); ```