PassportFile
@Serializable
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.
Constructors
Link copied to clipboard
constructor(fileId: FileId, fileUniqueId: TgFileUniqueId, uploadingDate: TelegramDate, fileSize: Long? = null)