Send contact
You can send a contact (phone number, first name, last name, user if of the user)
Send contact
To send a contact, use Contact class
Contact class take arguments:
Argument
Description
Required
1
Phone number (string)
Required
2
First name
Required
3
Last name (can be null)
Optional
4
Optional
app.controller.ts
Last updated