InteractionCommandCheck constructor

InteractionCommandCheck(
  1. {String name = 'Interaction check'}
)

Create a new InteractionChatCommandCheck.

Implementation

InteractionCommandCheck({super.name = 'Interaction check'})
    : super((context) => context is InteractionContextData);