All Downloads are FREE. Search and download functionalities are using the official Maven repository.

telegramium.bots.PassportData.scala Maven / Gradle / Ivy

There is a newer version: 9.711.0
Show newest version
package telegramium.bots

/** Describes Telegram Passport data shared with the bot by the user.
  *
  * @param credentials
  *   Encrypted credentials required to decrypt the data
  * @param data
  *   Array with information about documents and other Telegram Passport elements that was shared with the bot
  */
final case class PassportData(credentials: EncryptedCredentials, data: List[EncryptedPassportElement] = List.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy