935 B
935 B
title | description | image |
---|---|---|
account.sentEmailCode | The sent email code | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: account.sentEmailCode
The sent email code
Attributes:
Name | Type | Required | Description |
---|---|---|---|
email_pattern | string | Yes | The email (to which the code was sent) must match this pattern |
length | int | Yes | The length of the verification code |
Type: account_SentEmailCode
Example:
$account_sentEmailCode = ['_' => 'account.sentEmailCode', 'email_pattern' => 'string', 'length' => int];
Or, if you're into Lua:
account_sentEmailCode={_='account.sentEmailCode', email_pattern='string', length=int}