All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.dingtalkservice_group_1_0.models.RobotMessageRecallRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkservice_group_1_0.models;

import com.aliyun.tea.*;

public class RobotMessageRecallRequest extends TeaModel {
    /**
     * 

This parameter is required.

* * example: *

cidXXX

*/ @NameInMap("openConversationId") public String openConversationId; /** *

This parameter is required.

* * example: *

msgU87r5gnMP43JTDAZg/ETyQ==

*/ @NameInMap("openMsgId") public String openMsgId; /** *

This parameter is required.

* * example: *

iSoqrhLQDtK

*/ @NameInMap("openTeamId") public String openTeamId; public static RobotMessageRecallRequest build(java.util.Map map) throws Exception { RobotMessageRecallRequest self = new RobotMessageRecallRequest(); return TeaModel.build(map, self); } public RobotMessageRecallRequest setOpenConversationId(String openConversationId) { this.openConversationId = openConversationId; return this; } public String getOpenConversationId() { return this.openConversationId; } public RobotMessageRecallRequest setOpenMsgId(String openMsgId) { this.openMsgId = openMsgId; return this; } public String getOpenMsgId() { return this.openMsgId; } public RobotMessageRecallRequest setOpenTeamId(String openTeamId) { this.openTeamId = openTeamId; return this; } public String getOpenTeamId() { return this.openTeamId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy