Improve authenticationCodeTypeSms documentation.

This commit is contained in:
AYMENJD 2023-03-20 02:03:17 +03:00 committed by Aliaksei Levin
parent f742a9710d
commit 7d70dcc9a4

View File

@ -28,7 +28,7 @@ ok = Ok;
//@length Length of the code
authenticationCodeTypeTelegramMessage length:int32 = AuthenticationCodeType;
//@description An authentication code is delivered via an SMS message to the specified phone number
//@description An authentication code is delivered via an SMS message to the specified phone number; applications may not receive this type of code
//@length Length of the code
authenticationCodeTypeSms length:int32 = AuthenticationCodeType;