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

com.volcengine.model.im.DeleteMessageBody Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.im;


import com.alibaba.fastjson.JSON;

/**
 * DeleteMessageBody
 */
@lombok.Data
public final class DeleteMessageBody  {

    /**
     * 

应用的唯一标志

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AppId") private Integer appId; /** *

会话 ID

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ConversationShortId") private Long conversationShortId; /** *

群成员 ID

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ParticipantUserId") private Long participantUserId; /** *

消息 ID

*/ @com.alibaba.fastjson.annotation.JSONField(name = "MessageId") private Long messageId; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy