Interface SupervisorChatCloseOperation
- All Superinterfaces:
Operation<SupervisorChatCloseOperationResult>
Represents an operation to close a chat as a supervisor.
- Since:
- 12.23
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
This method executes a close operation on a chat as a supervisor.
-
Method Details
-
execute
This method executes a close operation on a chat as a supervisor.- Specified by:
execute
in interfaceOperation<SupervisorChatCloseOperationResult>
- Returns:
- the SupervisorChatCloseOperationResult contains additional information about the operation, if the operation has been performed successfully.
- Throws:
SupervisorChatCloseOperationFailedException
- if the operation has failed- Since:
- 12.23
-