类 ReplyMessageReqBody.Builder
java.lang.Object
com.lark.oapi.service.im.v1.model.ReplyMessageReqBody.Builder
- 封闭类:
ReplyMessageReqBody
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明build()消息内容 json 格式,格式说明参考: [发送消息Content](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/im-v1/message/create_json)消息类型,包括:text、post、image、file、audio、media、sticker、interactive、share_card、share_userreplyInThread(Boolean replyInThread) 是否以话题形式回复;若群聊已经是话题模式,则自动回复该条消息所在的话题由开发者生成的唯一字符串序列,用于回复消息请求去重;持有相同uuid的请求1小时内至多成功执行一次
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
content
消息内容 json 格式,格式说明参考: [发送消息Content](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/im-v1/message/create_json)示例值:{\"text\":\"无效输入:'<'at user_id=\\\"ou_155184d1e73cbfb8973e5a9e698e74f2\\\">Tom test content\"}
- 参数:
content-- 返回:
-
msgType
消息类型,包括:text、post、image、file、audio、media、sticker、interactive、share_card、share_user示例值:text
- 参数:
msgType-- 返回:
-
replyInThread
是否以话题形式回复;若群聊已经是话题模式,则自动回复该条消息所在的话题示例值:false
- 参数:
replyInThread-- 返回:
-
uuid
由开发者生成的唯一字符串序列,用于回复消息请求去重;持有相同uuid的请求1小时内至多成功执行一次示例值:a0d69e20-1dd1-458b-k525-dfeca4015204
- 参数:
uuid-- 返回:
-
build
-