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

查询弹幕响应 More...

#include <list_comment_rsp.h>

Public Member Functions

 ListCommentRsp (int32_t total_, bool has_more_, std::vector< CommentModel > comment_model_list_)
 

Public Attributes

int32_t total = 0
 
bool has_more = false
 
std::vector< CommentModelcomment_model_list
 

Detailed Description

查询弹幕响应

Member Data Documentation

◆ comment_model_list

std::vector<CommentModel> alibaba::chat::ListCommentRsp::comment_model_list
Parameters
comment_model_list弹幕数据

◆ has_more

bool alibaba::chat::ListCommentRsp::has_more = false
Parameters
has_more是否有更多

◆ total

int32_t alibaba::chat::ListCommentRsp::total = 0
Parameters
total总数据量

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