Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
ThreadMessageInfo
Interface ThreadMessageInfo
interface
ThreadMessageInfo
{
actorId
?:
null
|
string
;
actorType
?:
null
|
"customer"
|
"user"
|
"machineUser"
|
"system"
;
messageSource
:
"CHAT"
|
"EMAIL"
|
"MS_TEAMS"
|
"SLACK"
|
"API"
|
"UNKNOWN_THREAD_MESSAGE_INFO_MESSAGE_SOURCE"
;
timestamp
:
string
;
[
k
:
string
]
:
unknown
;
}
Indexable
[
k:
string
]:
unknown
Index
Properties
actor
Id?
actor
Type?
message
Source
timestamp
Properties
Optional
actor
Id
actor
Id
?:
null
|
string
Optional
actor
Type
actor
Type
?:
null
|
"customer"
|
"user"
|
"machineUser"
|
"system"
message
Source
message
Source
:
"CHAT"
|
"EMAIL"
|
"MS_TEAMS"
|
"SLACK"
|
"API"
|
"UNKNOWN_THREAD_MESSAGE_INFO_MESSAGE_SOURCE"
timestamp
timestamp
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
actor
Id
actor
Type
message
Source
timestamp
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc