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

查询弹幕请求 More...

#include <list_comment_req.h>

Public Member Functions

 ListCommentReq (std::string topic_id_, int32_t sort_type_, int32_t page_num_, int32_t page_size_)
 

Public Attributes

std::string topic_id
 
int32_t sort_type = 0
 
int32_t page_num = 0
 
int32_t page_size = 0
 

Detailed Description

查询弹幕请求

Member Data Documentation

◆ page_num

int32_t alibaba::chat::ListCommentReq::page_num = 0
Parameters
page_num页数索引 (从1开始)

◆ page_size

int32_t alibaba::chat::ListCommentReq::page_size = 0
Parameters
page_size每页数据量

◆ sort_type

int32_t alibaba::chat::ListCommentReq::sort_type = 0
Parameters
sort_type排序方式

◆ topic_id

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

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