class

Tourmaline::ChatBoostRemoved

Inherits JSON::Serializable < Reference < Object

This object represents a boost removed from a chat.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

boost_id

Unique identifier of the boost

Source
boost_id=(boost_id : String)

Unique identifier of the boost

Source
chat

Chat which was boosted

Source
chat=(chat : Tourmaline::Chat)

Chat which was boosted

Source
remove_date

Point in time (Unix timestamp) when the boost was removed

Source
remove_date=(remove_date : Time)

Point in time (Unix timestamp) when the boost was removed

Source
source

Source of the removed boost

Source
source=(source : Tourmaline::ChatBoostSource)

Source of the removed boost

Source