IMP(低代码音视频工厂)SDK v1.5.0
IMP SDK API Reference Manual for Windows Platforms
send_custom_message_to_users_rsp.h
1// Copyright (c) 2019 The Alibaba DingTalk Authors. All rights reserved.
2
3#pragma once
4
5#include <string>
6#include <utility>
7
8namespace alibaba { namespace chat {
9
14
18 std::string message_id = "";
19
20 SendCustomMessageToUsersRsp(std::string message_id_)
21 : message_id(std::move(message_id_))
22 {}
23
25};
26
27} } // namespace alibaba::chat
发送自定义消息给指定人员响应
Definition: send_custom_message_to_users_rsp.h:13
std::string message_id
Definition: send_custom_message_to_users_rsp.h:18