public class EncryptedPassportElement extends Object implements BotApiObject
| Constructor and Description |
|---|
EncryptedPassportElement() |
EncryptedPassportElement(String type,
String data,
String phoneNumber,
String email,
List<PassportFile> files,
PassportFile frontSide,
PassportFile reverseSide,
PassportFile selfie) |
| Modifier and Type | Method and Description |
|---|---|
String |
getData() |
String |
getEmail() |
List<PassportFile> |
getFiles() |
PassportFile |
getFrontSide() |
String |
getHash() |
String |
getPhoneNumber() |
PassportFile |
getReverseSide() |
PassportFile |
getSelfie() |
ArrayList<PassportFile> |
getTranslations() |
String |
getType() |
boolean |
hasTranslations() |
String |
toString() |
public EncryptedPassportElement(String type, String data, String phoneNumber, String email, List<PassportFile> files, PassportFile frontSide, PassportFile reverseSide, PassportFile selfie)
public EncryptedPassportElement()
public String getType()
public String getData()
public String getPhoneNumber()
public String getEmail()
public List<PassportFile> getFiles()
public PassportFile getFrontSide()
public PassportFile getReverseSide()
public PassportFile getSelfie()
public String getHash()
public boolean hasTranslations()
public ArrayList<PassportFile> getTranslations()
Copyright © 2019. All rights reserved.