ResendAuthenticationCode constructor

ResendAuthenticationCode(
  1. {int? extra,
  2. int? clientId}
)

Resends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode, the next_code_type of the result is not null and the server-specified timeout has passed,

Returns Ok

Implementation

ResendAuthenticationCode