public class ChatManagers extends Object
| 构造器和说明 |
|---|
ChatManagers(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
AddManagersChatManagersResp |
addManagers(AddManagersChatManagersReq req)
指定群管理员,将用户或机器人指定为群管理员。
|
AddManagersChatManagersResp |
addManagers(AddManagersChatManagersReq req,
RequestOptions reqOptions)
指定群管理员,将用户或机器人指定为群管理员。
|
DeleteManagersChatManagersResp |
deleteManagers(DeleteManagersChatManagersReq req)
删除群管理员,删除指定的群管理员(用户或机器人)。
|
DeleteManagersChatManagersResp |
deleteManagers(DeleteManagersChatManagersReq req,
RequestOptions reqOptions)
删除群管理员,删除指定的群管理员(用户或机器人)。
|
public ChatManagers(Config config)
public AddManagersChatManagersResp addManagers(AddManagersChatManagersReq req, RequestOptions reqOptions) throws Exception
注意事项:; - 应用需要开启[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability);- 仅有群主可以指定群管理员 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/chat-managers/add_managers ;
Exceptionpublic AddManagersChatManagersResp addManagers(AddManagersChatManagersReq req) throws Exception
注意事项:; - 应用需要开启[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability);- 仅有群主可以指定群管理员 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/chat-managers/add_managers ;
Exceptionpublic DeleteManagersChatManagersResp deleteManagers(DeleteManagersChatManagersReq req, RequestOptions reqOptions) throws Exception
注意事项:; - 应用需要开启[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability);- 仅有群主可以删除群管理员 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/chat-managers/delete_managers ;
Exceptionpublic DeleteManagersChatManagersResp deleteManagers(DeleteManagersChatManagersReq req) throws Exception
注意事项:; - 应用需要开启[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability);- 仅有群主可以删除群管理员 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/im-v1/chat-managers/delete_managers ;
ExceptionCopyright © 2024. All rights reserved.