diff --git a/src/Socialbox/Enums/Types/RequestType.php b/src/Socialbox/Enums/Types/RequestType.php index f908aea..e447884 100644 --- a/src/Socialbox/Enums/Types/RequestType.php +++ b/src/Socialbox/Enums/Types/RequestType.php @@ -4,6 +4,11 @@ enum RequestType : string { + /** + * Represents the action of sending a ping request. + */ + case PING = 'ping'; + /** * Represents the action of getting server information (Non-RPC Request) */