Package org.drinkless.tdlib
Class TdApi.SetPassportElementErrors
- Enclosing class:
- TdApi
Informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The errors.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only.SetPassportElementErrors(long userId, TdApi.InputPassportElementError[] errors) Creates a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
userId
public long userIdUser identifier. -
errors
The errors. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetPassportElementErrors
public SetPassportElementErrors()Default constructor for a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed.Returns
Ok -
SetPassportElementErrors
Creates a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed.Returns
Ok- Parameters:
userId- User identifier.errors- The errors.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-