Properties
Optional
accessToken
accessToken?: {
token: string;
}
attachments
attachments: AttachmentUpload[]
browserFingerprint
browserFingerprint: BrowserFingerprint
consumer
consumer: {
customFields: Id<Partial<Pick<{
ident: string;
value: null | string;
}, never>> & RequiredProps<{
ident: string;
value: null | string;
}>>[];
}
Type declaration
-
customFields: Id<Partial<Pick<{
ident: string;
value: null | string;
}, never>> & RequiredProps<{
ident: string;
value: null | string;
}>>[]
consumerContact
consumerContact: {
customFields: Id<Partial<Pick<{
ident: string;
value: null | string;
}, never>> & RequiredProps<{
ident: string;
value: null | string;
}>>[];
}
Type declaration
-
customFields: Id<Partial<Pick<{
ident: string;
value: null | string;
}, never>> & RequiredProps<{
ident: string;
value: null | string;
}>>[]
idOnExternalPlatform
idOnExternalPlatform: MessageId
messageContent
messageContent: { payload: MessagePayload; postback?: Postback; type: MessageType; }
Type declaration
-
payload: MessagePayload
-
Optional
postback?: Postback
-
thread
thread: {
idOnExternalPlatform: string;
threadName?: string;
}
Type declaration
-
idOnExternalPlatform: string
-
Optional
threadName?: string