MessageComposerCoolDownIndicator

open fun MessageComposerCoolDownIndicator(modifier: Modifier, coolDownTime: Int)

The default cooldown indicator of the message composer. Shown when the user is prevented from sending messages due to a cooldown.

Used as part of MessageComposerTrailingContent.

Parameters

modifier

The modifier to apply to the composable.

coolDownTime

The remaining time until the user can send a message.