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

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

package telegramium.bots

/** Describes the birthdate of a user.
  *
  * @param day
  *   Day of the user's birth; 1-31
  * @param month
  *   Month of the user's birth; 1-12
  * @param year
  *   Optional. Year of the user's birth
  */
final case class Birthdate(day: Int, month: Int, year: Option[Int] = Option.empty)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy