ChatBoost

telegramium.bots.ChatBoost
final case class ChatBoost(boostId: String, addDate: Int, expirationDate: Int, source: ChatBoostSource)

This object contains information about a chat boost.

Value parameters

addDate

Point in time (Unix timestamp) when the chat was boosted

boostId

Unique identifier of the boost

expirationDate

Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged

source

Source of the added boost

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