InternalLinkTypePhoneNumberConfirmation constructor

InternalLinkTypePhoneNumberConfirmation(
  1. {required String hash,
  2. required String phone_number,
  3. int? extra,
  4. int? clientId}
)

The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link

Implementation

InternalLinkTypePhoneNumberConfirmation