mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 21:24:52 +08:00
47 lines
842 B
Markdown
47 lines
842 B
Markdown
# ZM\API\ZMRobot
|
|
|
|
## all
|
|
|
|
```php
|
|
public function all(ZM\API\Proxies\Bot\AbstractBotProxy $proxy): ZM\API\Proxies\Bot\AllBotsProxy
|
|
```
|
|
|
|
### 描述
|
|
|
|
获取一个会在所有机器人实例上执行的代理
|
|
|
|
### 参数
|
|
|
|
| 名称 | 类型 | 描述 |
|
|
| -------- | ---- | ----------- |
|
|
| proxy | ZM\API\Proxies\Bot\AbstractBotProxy | |
|
|
|
|
### 返回
|
|
|
|
| 类型 | 描述 |
|
|
| ---- | ----------- |
|
|
| ZM\API\Proxies\Bot\AllBotsProxy | |
|
|
|
|
|
|
## allGroups
|
|
|
|
```php
|
|
public function allGroups(ZM\API\Proxies\Bot\AbstractBotProxy $proxy): ZM\API\Proxies\Bot\AllGroupsProxy
|
|
```
|
|
|
|
### 描述
|
|
|
|
获取一个会在所有群上执行的代理
|
|
|
|
### 参数
|
|
|
|
| 名称 | 类型 | 描述 |
|
|
| -------- | ---- | ----------- |
|
|
| proxy | ZM\API\Proxies\Bot\AbstractBotProxy | |
|
|
|
|
### 返回
|
|
|
|
| 类型 | 描述 |
|
|
| ---- | ----------- |
|
|
| ZM\API\Proxies\Bot\AllGroupsProxy | |
|