class Tourmaline::ChatBoostRemoved

Overview

This object represents a boost removed from a chat.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail


[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def boost_id : String #

Unique identifier of the boost


[View source]
def boost_id=(boost_id : String) #

Unique identifier of the boost


[View source]
def chat : Tourmaline::Chat #

Chat which was boosted


[View source]
def chat=(chat : Tourmaline::Chat) #

Chat which was boosted


[View source]
def remove_date : Time #

[View source]
def remove_date=(remove_date : Time) #

[View source]

Source of the removed boost


[View source]
def source=(source : Tourmaline::ChatBoostSource) #

Source of the removed boost


[View source]