typing

Makes a delay between messages simulating a typing.

typing(seconds=Integer)

Platforms

Platform
Supported

Messenger

WhatsApp

Telegram

Usage

@reply.text "I'll wait 5 seconds before sending you another message."
@reply.typing 5
@reply.text "I'm back"

Params

Name
Description

seconds Int

Required.

Wait time in seconds.

Last updated