Constructor: auth.sentCodePaymentRequired
Attributes:
Name | Type | Required |
---|---|---|
store_product | string | Yes |
phone_code_hash | string | Yes |
support_email_address | string | Yes |
support_email_subject | string | Yes |
Type: auth.SentCode
Example:
$auth_sentCodePaymentRequired = ['_' => 'auth.sentCodePaymentRequired', 'store_product' => 'string', 'phone_code_hash' => 'string', 'support_email_address' => 'string', 'support_email_subject' => 'string'];