Package | Description |
---|---|
com.tencentcloudapi.lcic.v20220817.models |
Modifier and Type | Method and Description |
---|---|
CustomMsgContent |
MessageItem.getCustomMessage()
Get 自定义消息内容。message type为2时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
CustomMsgContent |
MsgBody.getCustomMsgContent()
Get 自定义消息,TIMCustomElem(自定义消息)必选。
|
Modifier and Type | Method and Description |
---|---|
void |
MessageItem.setCustomMessage(CustomMsgContent CustomMessage)
Set 自定义消息内容。message type为2时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
MsgBody.setCustomMsgContent(CustomMsgContent CustomMsgContent)
Set 自定义消息,TIMCustomElem(自定义消息)必选。
|
Constructor and Description |
---|
CustomMsgContent(CustomMsgContent source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.