SendPhoneNumberConfirmationCode constructor
SendPhoneNumberConfirmationCode({
- String? extra,
- int? client_id,
- string? hash,
- string? phone_number,
- PhoneNumberAuthenticationSettings? settings,
Implementation
SendPhoneNumberConfirmationCode({
super.extra,
super.client_id,
this.hash,
this.phone_number,
this.settings,
});