Documentation ¶
Overview ¶
Package comment 云文档/评论
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddWhole ¶
添加全文评论
该接口用于根据 filetoken 给文档添加全文评论
See: https://open.feishu.cn/document/ugTM5UjL4ETO14COxkTN/ucDN4UjL3QDO14yN0gTN
POST https://open.feishu.cn/open-apis/comment/add_whole
Example ¶
package main import ( "fmt" "github.com/ylck/feishu" "github.com/ylck/feishu/apis/capabilities/document/comment" ) func main() { var ctx *feishu.App payload := []byte("{}") accessToken := "" resp, err := comment.AddWhole(ctx, payload, accessToken) fmt.Println(resp, err) }
Output:
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.