autoAcknowledgeDuration property

  1. @override
Duration? autoAcknowledgeDuration
final

The duration after which to automatically acknowledge interactions.

Has no effect if autoAcknowledgeInteractions is false.

If this is null, the timeout for interactions is calculated based on the bot's latency. On unstable networks, this might result in some interactions not being acknowledged, in which case setting this option might help.

Implementation

@override
final Duration? autoAcknowledgeDuration;