类 DataArchivingMessageStruct.Builder
java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.DataArchivingMessageStruct.Builder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明actionTime(String actionTime) 消息动作时间戳msactionType(String actionType) 操作类型build()会话ID会话类型会话名称文本内容isCrossTenantChat(Boolean isCrossTenantChat) 是否跨租户群isSuperChat(Boolean isSuperChat) 是否超大群消息idmessageType(Integer messageType) 消息类型parentMsgId(String parentMsgId) 父idreactionType(String reactionType) reaction类型receiverIds(String[] receiverIds) 接受者信息senderInfo(DataArchivingUserStruct senderInfo) 发送者信息
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
messageId
消息id示例值:om_829acd7aaae80c031837ad1946d7cf9f
- 参数:
messageId-- 返回:
-
messageType
消息类型示例值:1
- 参数:
messageType-- 返回:
-
senderInfo
发送者信息示例值:
- 参数:
senderInfo-- 返回:
-
receiverIds
接受者信息示例值:
- 参数:
receiverIds-- 返回:
-
actionType
操作类型示例值:send
- 参数:
actionType-- 返回:
-
chatId
会话ID示例值:oc_1263d7c4d513defb9f5df13214602aa6
- 参数:
chatId-- 返回:
-
actionTime
消息动作时间戳ms示例值:1700191599000
- 参数:
actionTime-- 返回:
-
isSuperChat
是否超大群示例值:true
- 参数:
isSuperChat-- 返回:
-
isCrossTenantChat
是否跨租户群示例值:true
- 参数:
isCrossTenantChat-- 返回:
-
chatName
会话名称示例值:会话名称
- 参数:
chatName-- 返回:
-
content
文本内容示例值:hello
- 参数:
content-- 返回:
-
chatMode
会话类型示例值:group
- 参数:
chatMode-- 返回:
-
reactionType
reaction类型示例值:FISTBUMP
- 参数:
reactionType-- 返回:
-
parentMsgId
父id示例值:om_829acd7aaae80c031837ad1946d7cf9f
- 参数:
parentMsgId-- 返回:
-
build
-