AddContact constructor

AddContact(
  1. {required Contact contact,
  2. required bool share_phone_number,
  3. int? extra,
  4. int? clientId}
)

Adds a user to the contact list or edits an existing contact by their user identifier

Returns Ok

Implementation

AddContact