create
fun create(channelId: String, title: String, content: String, format: Int): PublishThreadApi(source)
Parameters
channelId
频道ID
title
帖子标题
content
帖子内容
format
帖子文本格式
fun create(channelId: String, title: String, content: String, format: ThreadPublishFormat): PublishThreadApi(source)