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

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

package telegramium.bots

/** This object represents an animated emoji that displays a random value.
  *
  * @param emoji
  *   Emoji on which the dice throw animation is based
  * @param value
  *   Value of the dice, 1-6 for “🎲”, “🎯” and “🎳” base emoji, 1-5 for “🏀” and “⚽” base emoji, 1-64 for “🎰” base
  *   emoji
  */
final case class Dice(emoji: String, value: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy