Skip to content

class Tourmaline::ChatBoostRemoved
inherits Reference #

This object represents a boost removed from a chat.

Included modules

JSON::Serializable

Constructors#

.new(chat, boost_id, remove_date, source) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#boost_id : String #

Unique identifier of the boost

View source

#boost_id=(boost_id : String) #

Unique identifier of the boost

View source

#chat : Tourmaline::Chat #

Chat which was boosted

View source

#chat=(chat : Tourmaline::Chat) #

Chat which was boosted

View source

#remove_date : Time #

View source

#remove_date=(remove_date : Time) #

View source

#source : Tourmaline::ChatBoostSource #

Source of the removed boost

View source

#source=(source : Tourmaline::ChatBoostSource) #

Source of the removed boost

View source