interface ScopeResult { erro?: boolean; me: HostDevice; status?: string | number; text?: string; to: MessageId & { formattedName: string; isBusiness: boolean; isMyContact: boolean; pushname?: string; verifiedName: string; }; } Properties
Optional
erro
erro?: boolean
Optional
status
status?: string | number
Optional
text
text?: string
to
to: MessageId & { formattedName: string; isBusiness: boolean; isMyContact: boolean; pushname?: string; verifiedName: string; }