类 ChatManagers
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明指定群管理员,将用户或机器人指定为群管理员。addManagers(AddManagersChatManagersReq req, RequestOptions reqOptions) 指定群管理员,将用户或机器人指定为群管理员。删除群管理员,删除指定的群管理员(用户或机器人)。deleteManagers(DeleteManagersChatManagersReq req, RequestOptions reqOptions) 删除群管理员,删除指定的群管理员(用户或机器人)。
-
构造器详细资料
-
ChatManagers
-
-
方法详细资料
-
addManagers
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 ;
- 抛出:
Exception
-
addManagers
指定群管理员,将用户或机器人指定为群管理员。注意事项:; - 应用需要开启[机器人能力](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 ;
- 抛出:
Exception
-
deleteManagers
public 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 ;
- 抛出:
Exception
-
deleteManagers
public 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 ;
- 抛出:
Exception
-