An unofficial Lark SDK that contains some commonly used APIs. It also includes some useful tools, such as converting Lark docx to markdown.
appID, appSecret := "", ""
larkService := lark.NewService(appID, appSecret, time.Second*5)
// send msg
larkService.SendMsgByOpenID("openID", lark.NewTextMsg("hello"))