PG→Mongo Ingest CLI - v1.0.0
Preparing search index...
evolution/mapper
mapEvolutionRowToMessage
Function mapEvolutionRowToMessage
mapEvolutionRowToMessage
(
row
:
EvolutionMessageRow
,
ctx
:
MapperContext
,
)
:
{
msg
:
Message
;
helpers
:
{
wa_message_id
:
string
;
chat_id
:
string
;
sender_jid
:
null
|
string
;
ts_iso
:
string
;
instance_id
:
string
;
channel_id
:
string
;
contact_id
:
string
;
}
;
}
Parameters
row
:
EvolutionMessageRow
ctx
:
MapperContext
Returns
{
msg
:
Message
;
helpers
:
{
wa_message_id
:
string
;
chat_id
:
string
;
sender_jid
:
null
|
string
;
ts_iso
:
string
;
instance_id
:
string
;
channel_id
:
string
;
contact_id
:
string
;
}
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
PG→Mongo Ingest CLI - v1.0.0
Loading...