WeChat.Comment.list

You're seeing just the function list, go back to WeChat.Comment module for more information.
Link to this function

list(client, msg_data_id, begin, count, type, index \\ 0)

Specs

list(
  WeChat.client(),
  msg_data_id(),
  begin :: integer(),
  count :: integer(),
  comment_type(),
  index :: integer()
) :: WeChat.response()

查看指定文章的评论数据 - 官方文档

参数说明

参数是否必须类型说明
msg_data_idUint32群发返回的msg_data_id
indexUint32多图文时,用来指定第几篇图文,从0开始,不带默认返回该msg_data_id的第一篇图文
beginUint32起始位置
countUint32获取数目(>=50会被拒绝)
typeUint32type=0 普通评论&精选评论 type=1 普通评论 type=2 精选评论