SharePhoneNumber constructor

SharePhoneNumber(
  1. {required int user_id,
  2. int? extra,
  3. int? clientId}
)

Shares the phone number of the current user with a mutual contact. Supposed to be called when the user clicks on chatActionBarSharePhoneNumber

Returns Ok

Implementation

SharePhoneNumber