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

net.polyv.live.v1.entity.chat.LiveSendChatMsgResponse Maven / Gradle / Ivy

The newest version!
package net.polyv.live.v1.entity.chat;

import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Accessors;

/**
 * 通过HTTP接口发送聊天消息签到记录
 * @author: thomas
 **/
@Data
@Accessors(chain = true)
@ApiModel("通过HTTP接口发送聊天消息响应实体")
public class LiveSendChatMsgResponse  {
    
    /**
     * 发送消息ID
     */
    @ApiModelProperty(name = "msgId", value = "发送消息ID", required = false)
    private String msgId;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy