Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 901 Bytes

SendContactRequest.md

File metadata and controls

13 lines (8 loc) · 901 Bytes

# SendContactRequest

Properties

Name Type Description Notes
chat_id string Required if phone is not set Chat ID from the message list. Examples: 17633123456@c.us for private messages and 17680561234-1479621234@g.us for the group. Used instead of the phone parameter. [optional]
phone int Required if chatId is not set A phone number starting with the country code. You do not need to add your number. USA example: 17472822486. [optional]
contact_id string Contact ID Contact IDs array. Example: "17633123456@c.us" or ["17633123456@c.us", "17633123457@c.us"]

[Back to Model list] [Back to API list] [Back to README]