typing

Makes a delay between messages simulating a typing.

typing(seconds=Integer)

Platforms

Usage

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

Params

Last updated