replyWithTypingIndicator

suspend fun Message.replyWithTypingIndicator(failIfNotExists: Boolean = true, block: suspend CreateMessage.Builder.() -> Unit): Message(source)

Reply to the message in the originating channel with message builder and typing indicator

Must be called in KiscordCall context

Parameters

failIfNotExists

Fail to reply if message doesn't exist