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

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

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

/** Describes a Web App.
  *
  * @param url
  *   An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps
  */
final case class WebAppInfo(url: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy