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

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

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

/** This object represents a boost added to a chat or changed.
  *
  * @param chat
  *   Chat which was boosted
  * @param boost
  *   Information about the chat boost
  */
final case class ChatBoostUpdated(chat: Chat, boost: ChatBoost)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy