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

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

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

/** This object represents a list of boosts added to a chat by a user.
  *
  * @param boosts
  *   The list of boosts added to the chat by the user
  */
final case class UserChatBoosts(boosts: List[ChatBoost] = List.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy