GetSuperGroupOpenNotDisturbUserID

This commit is contained in:
withchao
2023-02-23 10:45:13 +08:00
parent d54cab5d03
commit 22c372a9d0
3 changed files with 200 additions and 69 deletions
+7
View File
@@ -173,3 +173,10 @@ func (c *conversationServer) ModifyConversationField(ctx context.Context, req *p
}
return resp, nil
}
// 获取超级大群开启免打扰的用户ID
func (c *conversationServer) GetSuperGroupOpenNotDisturbUserID(ctx context.Context, req *pbConversation.GetSuperGroupOpenNotDisturbUserIDReq) (*pbConversation.GetSuperGroupOpenNotDisturbUserIDResp, error) {
//resp := &pbConversation.GetSuperGroupOpenNotDisturbUserIDResp{}
panic("implement me")
}