class Hamilton::Types::ChatBoostRemoved

Overview

This object represents a boost removed from a chat.

Included Modules

Defined in:

types/chat_boost_removed.cr

Constructors

Instance Method Summary

Instance methods inherited from class Reference

==(other : Hamilton::Any) ==

Instance methods inherited from class Object

===(other : Hamilton::Any) ===

Constructor Detail

def self.new(pull : JSON::PullParser) #

def self.new(params) #

def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

def self.new(**params) #

Instance Method Detail

def boost_id : String #

Unique identifier of the boost.


def boost_id=(boost_id : String) #

Unique identifier of the boost.


Chat which was boosted.


def chat=(chat : Hamilton::Types::Chat) #

Chat which was boosted.


def non_nil_fields : Array(String) #

List of available non-nil fields.


def non_nil_fields=(non_nil_fields : Array(String)) #

List of available non-nil fields.


def remove_date : Int32 #

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


def remove_date=(remove_date : Int32) #

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


Source of the removed boost.


def source=(source : Hamilton::Types::ChatBoostSource) #

Source of the removed boost.