api.resendRecoveryEmailAddressCode()
Resends the 2-step verification recovery email address verification code
Returns
ApiResponse interface:interface ApiResponse {
_: 'resendRecoveryEmailAddressCode' | 'error'
airgram: Airgram
request: {
method: 'resendRecoveryEmailAddressCode'
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}