...
For getting phone number it’s better to get it from notification or from registration field (in case if notification way is changed only registration field keeps phone number information). Query like
position?.notification?.settings?.to ?? position?.registrationData?.phone?.value
should be used
Info |
---|
Changelog 18-02-2021:
|
Info |
---|
Changelog 5-02-2021:
|
...