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

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

package telegramium.bots

/** Contains information about the location of a Telegram Business account.
  *
  * @param address
  *   Address of the business
  * @param location
  *   Optional. Location of the business
  */
final case class BusinessLocation(address: String, location: Option[Location] = Option.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy