Message.reply_chat_action()

Message.reply_chat_action()

Shortcut for method send_chat_action will automatically fill method attributes:

  • chat_id

  • business_connection_id

Parameters:

action (ChatAction) – Type of action to broadcast.

Returns:

bool – On success, True is returned.

Raises:
  • RPCError – In case of a Telegram RPC error.

  • ValueError – In case the provided string is not a valid chat action.