Class PassportFile
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.objects.passport.PassportFile
-
- All Implemented Interfaces:
Serializable,BotApiObject
public class PassportFile extends Object implements BotApiObject
- Version:
- 4.0.0 This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format when decrypted and don't exceed 10MB.
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PassportFile()PassportFile(String fileId, Integer fileSize, Integer fileDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetFileDate()StringgetFileId()IntegergetFileSize()StringgetFileUniqueId()StringtoString()
-