com.pengrad.telegrambot.passport.DecryptedData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-telegram-bot-api Show documentation
Show all versions of java-telegram-bot-api Show documentation
Java API for Telegram Bot API
package com.pengrad.telegrambot.passport;
/**
* Stas Parshin
* 02 August 2018
*
* Decrypted data from the data field in EncryptedPassportElement.
* Can be one of the following types: PersonalDetails, IdDocumentData, ResidentialAddress
*/
abstract public class DecryptedData {
}