update api docs

This commit is contained in:
crazywhalecc
2022-12-19 06:01:59 +00:00
committed by github-actions[bot]
parent 208ccd6642
commit 463ee0cced
6 changed files with 138 additions and 35 deletions

View File

@@ -1,5 +1,69 @@
# ZM\Plugin\OneBot12Adapter
## parseBotCommand
```php
public function parseBotCommand(ZM\Annotation\OneBot\BotCommand $command, array $same_method_annotations): bool
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| command | ZM\Annotation\OneBot\BotCommand | |
| same_method_annotations | array | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| bool | |
## parseCommandArgument
```php
public function parseCommandArgument(): bool
```
### 描述
作者很懒,什么也没有说
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| bool | |
## handleUnknownWSReverseInput
```php
public function handleUnknownWSReverseInput(OneBot\Driver\Event\WebSocket\WebSocketOpenEvent $event): mixed
```
### 描述
作者很懒,什么也没有说
### 参数
| 名称 | 类型 | 描述 |
| -------- | ---- | ----------- |
| event | OneBot\Driver\Event\WebSocket\WebSocketOpenEvent | |
### 返回
| 类型 | 描述 |
| ---- | ----------- |
| mixed | |
## handleWSReverseInput
```php