Telegex.send_chat_action

You're seeing just the function send_chat_action, go back to Telegex module for more information.
Link to this function

send_chat_action(chat_id, action)

View Source

Specs

send_chat_action(integer() | String.t(), String.t()) ::
  {:ok, boolean()} | {:error, Telegex.Model.errors()}

Use this method when you need to tell the user that something is happening on the bot's side. The status is set for 5 seconds or less (when a message arrives from your bot, Telegram clients clear its typing status). Returns True on success.