GiveawayCompleted

telegramium.bots.GiveawayCompleted
final case class GiveawayCompleted(winnerCount: Int, unclaimedPrizeCount: Option[Int], giveawayMessage: Option[Message])

This object represents a service message about the completion of a giveaway without public winners.

Value parameters

giveawayMessage

Optional. Message with the giveaway that was completed, if it wasn't deleted

unclaimedPrizeCount

Optional. Number of undistributed prizes

winnerCount

Number of winners in the giveaway

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product