IMP(低代码音视频工厂)SDK v1.5.0
IMP SDK API Reference Manual for Windows Platforms
alibaba::chat::CommentModel Struct Referencefinal

弹幕数据 More...

#include <comment_model.h>

Public Member Functions

 CommentModel (std::string topic_id_, std::string comment_id_, int32_t type_, std::string creator_id_, std::string creator_nick_, std::string content_, int64_t create_at_, std::map< std::string, std::string > extension_)
 

Public Attributes

std::string topic_id
 
std::string comment_id
 
int32_t type = 0
 
std::string creator_id
 
std::string creator_nick
 
std::string content
 
int64_t create_at = 0
 
std::map< std::string, std::string > extension
 

Detailed Description

弹幕数据

Member Data Documentation

◆ comment_id

std::string alibaba::chat::CommentModel::comment_id
Parameters
comment_id弹幕Id

◆ content

std::string alibaba::chat::CommentModel::content
Parameters
content弹幕内容

◆ create_at

int64_t alibaba::chat::CommentModel::create_at = 0
Parameters
create_at创建时间

◆ creator_id

std::string alibaba::chat::CommentModel::creator_id
Parameters
creator_id发送者Id

◆ creator_nick

std::string alibaba::chat::CommentModel::creator_nick
Parameters
creator_nick发送者昵称

◆ extension

std::map<std::string, std::string> alibaba::chat::CommentModel::extension
Parameters
extension拓展字段

◆ topic_id

std::string alibaba::chat::CommentModel::topic_id
Parameters
topic_id话题Id

◆ type

int32_t alibaba::chat::CommentModel::type = 0
Parameters
type弹幕类型

The documentation for this struct was generated from the following file: