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

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

package telegramium.bots

/** Represents a location to which a chat is connected.
  *
  * @param location
  *   The location to which the supergroup is connected. Can't be a live location.
  * @param address
  *   Location address; 1-64 characters, as defined by the chat owner
  */
final case class ChatLocation(location: Location, address: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy