fix: type getMessage()

This commit is contained in:
Mohamed Marrouchi
2024-12-19 14:38:19 +01:00
parent 84f25ecfb1
commit 3d974356d0
2 changed files with 6 additions and 5 deletions

View File

@@ -227,7 +227,7 @@ export default abstract class EventWrapper<
*
* @returns The received message
*/
abstract getMessage(): any;
abstract getMessage(): StdIncomingMessage;
/**
* Return the text message received