api.checkPhoneNumberConfirmationCode()
Checks phone number confirmation code
Parameters
CheckPhoneNumberConfirmationCodeParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
code | string | Confirmation code to check |
Returns
ApiResponse
interface:interface ApiResponse {
_: 'checkPhoneNumberConfirmationCode' | 'error'
airgram: Airgram
request: {
method: 'checkPhoneNumberConfirmationCode'
params: CheckPhoneNumberConfirmationCodeParams
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}