methods\exit_methods\confirm_exit library
Classes
- ConfirmExitOptions
- Defines the options for confirming the exit of a member from a room.
Functions
-
confirmExit(
ConfirmExitOptions options) → Future< void> - Confirms the exit of a member from a room and optionally bans them.
Typedefs
-
ConfirmExitType
= Future<
void> Function(ConfirmExitOptions options) - Type definition for the function that confirms a member's exit.