Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types
TextMessageBody
Interface TextMessageBody
文本消息体。
interface
TextMessageBody
{
content
:
string
;
targetLanguages
?:
string
[]
;
translations
?:
Record
<
string
,
string
>
;
}
Index
Properties
content
target
Languages?
translations?
Properties
content
content
:
string
消息文本内容。
Optional
target
Languages
targetLanguages
?:
string
[]
目标翻译语言代码列表。
Optional
translations
translations
?:
Record
<
string
,
string
>
语言代码到翻译文本的映射。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
target
Languages
translations
IM SDK Web API 文档
Loading...
文本消息体。