Fix misprint.
GitOrigin-RevId: cb14f3097745235c55d0d0192106f9d39b8b23fa
This commit is contained in:
parent
6dd2a822ad
commit
6e65e51774
@ -73,7 +73,7 @@ textEntities entities:vector<textEntity> = TextEntities;
|
||||
formattedText text:string entities:vector<textEntity> = FormattedText;
|
||||
|
||||
|
||||
//@description Contains Telegram terms of service @text Text of the terms of service @min_user_age Mininum age of a user to be able to accept the terms; 0 if any @show_popup True, if a blocking popup with terms of service must be shown to the user
|
||||
//@description Contains Telegram terms of service @text Text of the terms of service @min_user_age Minimum age of a user to be able to accept the terms; 0 if any @show_popup True, if a blocking popup with terms of service must be shown to the user
|
||||
termsOfService text:formattedText min_user_age:int32 show_popup:Bool = TermsOfService;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user