typing

Makes a delay between messages simulating a typing.

typing(seconds=Integer)

Platforms

PlatformSupported

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

NameDescription

seconds Int

Required.

Wait time in seconds.

Last updated