alibaba_icbulive_CommentNotice (直播评论通知)

消息产生条件

观众在直播间发布评论发送消息

消息属性

名称 类型 是否必须 示例值 描述
comment_content String 可选 hello 评论内容
comment_id Number 可选 50000055134027 评论id
country_code String 可选 CN 国家code
live_uuid String 可选 79c87029-53cc-470a-99d6-354359bf0fe6 直播liveUuid
user_nick_name String 可选 aliqatest zeroone 用户名称

消息示例

{
	"country_code":"CN",
	"comment_content":"hello",
	"live_uuid":"79c87029-53cc-470a-99d6-354359bf0fe6",
	"user_nick_name":"aliqatest zeroone",
	"comment_id":"50000055134027"
}

消息工具

如何获得此消息

返回
顶部