create

fun create(msgId: String, content: String, quote: String? = null, tempTargetId: String? = null): UpdateChannelMessageApi(source)

创建一个 更新频道聊天消息 实例。

Parameters

msgId

消息id

content

消息内容

quote

回复某条消息的 msgId。如果为空,则代表删除回复,不传则无影响。

tempTargetId

用户 id,针对特定用户临时更新消息,必须是正常消息才能更新。与发送临时消息概念不同,但同样不保存数据库。