class Tourmaline::ChatBoostUpdated

Overview

This object represents a boost added to a chat or changed.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(chat : Tourmaline::Chat, boost : Tourmaline::ChatBoost) #

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

[View source]

Instance Method Detail

def boost : Tourmaline::ChatBoost #

Infomation about the chat boost


[View source]
def boost=(boost : Tourmaline::ChatBoost) #

Infomation about the chat boost


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

Chat which was boosted


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

Chat which was boosted


[View source]