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

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

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

/** Contains information about the start page settings of a Telegram Business account.
  *
  * @param title
  *   Optional. Title text of the business intro
  * @param message
  *   Optional. Message text of the business intro
  * @param sticker
  *   Optional. Sticker of the business intro
  */
final case class BusinessIntro(
  title: Option[String] = Option.empty,
  message: Option[String] = Option.empty,
  sticker: Option[Sticker] = Option.empty
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy