jTelegramBotAPI icon indicating copy to clipboard operation
jTelegramBotAPI copied to clipboard

Telegram Passport

Open mkotb opened this issue 6 years ago • 0 comments

This part of the API has yet to be implemented, these are the breakdown of tasks that need to be completed for this feature:

  • [x] PassportData
  • [x] EncryptedCredentials
  • [ ] EncryptedPassportElement
  • [ ] Decryption of Passport Elements
  • [ ] PassportElement
  • [x] PhoneNumberPassportElement
  • [x] EmailNumberPassportElement
  • [x] TranslatablePassportElement (parent of everything below)
  • [x] FilesPassportElement (for utility bill, bank statement, rental agreement, passport registration, temporary registration)
  • [x] SingleSidePassportElement (for passport and identity card + descendants)
  • [x] DoubleSidePassportElement (descending from SingleSide, encompasses driver license and identity card)
  • [x] Check for 'data' field
  • [ ] SetPassportDataErrorsRequest
  • [ ] PassportElementError
  • [ ] PassportElementErrorDataField
  • [ ] PassportElementErrorDocument
  • [ ] PassportElementErrorFile (just specifies source)
  • [ ] PassportElementErrorSelfie (just specifies source)
  • [ ] PassportElementErrorReverseSide (just specifies source)
  • [ ] PassportElementErrorFrontSide (iust specifies source)
  • [ ] PassportElementErrorTranslationFile (just specifies source)
  • [ ] PassportElementErrorFiles
  • [ ] PassportElementErrorUnspecified

mkotb avatar Dec 21 '19 23:12 mkotb