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

发送自定义消息给指定人员请求 More...

#include <send_custom_message_to_users_req.h>

Public Member Functions

 SendCustomMessageToUsersReq (std::string topic_id_, std::string body_, std::vector< std::string > receiver_list_)
 

Public Attributes

std::string topic_id
 
std::string body = ""
 
std::vector< std::string > receiver_list
 

Detailed Description

发送自定义消息给指定人员请求

Member Data Documentation

◆ body

std::string alibaba::chat::SendCustomMessageToUsersReq::body = ""
Parameters
body消息体

◆ receiver_list

std::vector<std::string> alibaba::chat::SendCustomMessageToUsersReq::receiver_list
Parameters
receiver_list接收者用户ID列表

◆ topic_id

std::string alibaba::chat::SendCustomMessageToUsersReq::topic_id
Parameters
topic_id话题id, 聊天插件实例id

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