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

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

package telegramium.bots

/** This object represents a service message about a user boosting a chat.
  *
  * @param boostCount
  *   Number of boosts added by the user
  */
final case class ChatBoostAdded(boostCount: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy