typeUntil

open suspend fun typeUntil(mark: TimeMark)(source)

Requests to trigger the typing indicator for the bot in this channel. The typing status will persist until the mark is reached.

Throws

if something went wrong during the request.


open suspend fun typeUntil(instant: Instant)(source)

Requests to trigger the typing indicator for the bot in this channel. The typing status will persist until the instant is reached.

Throws

if something went wrong during the request.