triggerTypingIndicator
suspend fun <R> ChannelApi.triggerTypingIndicator(channelId: Snowflake, block: suspend () -> R): R(source)
Post a typing indicator for the specified channel all time while block executed.
Parameters
channelId
Channel id to trigger
block
Code to execute