Skip to content

Commit

Permalink
Improve authenticationCodeTypeSms documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AYMENJD authored and levlam committed Mar 25, 2023
1 parent f742a97 commit 7d70dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td/generate/scheme/td_api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7d70dcc

Please sign in to comment.