nest-whatsapp - v0.0.1
Preparing search index...
isContactsMessage
Function isContactsMessage
isContactsMessage
(
msg
:
WhatsAppMessage
|
undefined
,
)
:
msg
is
WhatsAppMessageBase
&
{
contacts
:
WhatsAppContactCard
[]
;
type
:
CONTACTS
;
}
Parameters
msg
:
WhatsAppMessage
|
undefined
Returns
msg
is
WhatsAppMessageBase
&
{
contacts
:
WhatsAppContactCard
[]
;
type
:
CONTACTS
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
nest-whatsapp - v0.0.1
Loading...