File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
consultingapis/dingtalk/v1 Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ service DingTalkService {
49
49
get : "/dingtalk/chat/v1/unit/sync"
50
50
};
51
51
}
52
+
53
+ rpc CreateRecruitChatGroup (CreateClassChatGroupRequest ) returns (CreateClassChatGroupResponse ) {
54
+ option (google.api.http ) = {
55
+ post : "/dingtalk/chat/v1/Recruit/create"
56
+ };
57
+ }
52
58
}
53
59
54
60
message CreateClassChatGroupRequest {
@@ -131,4 +137,14 @@ message SyncGradeChatGroupRequest {
131
137
132
138
message SyncGradeChatGroupResponse {
133
139
string message = 1 ;
140
+ }
141
+
142
+ message CreateRecruitChatGroupRequest {
143
+ repeated string member_id = 1 ;
144
+ }
145
+
146
+ message CreateRecruitChatGroupResponse {
147
+ string chat_id = 1 ;
148
+ string openConversationId = 2 ;
149
+ string invite_url = 3 ;
134
150
}
You can’t perform that action at this time.
0 commit comments