class Tourmaline::UserChatBoosts

Overview

This object represents a list of boosts added to a chat by a user.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(boosts : Array(Tourmaline::ChatBoost) = [] of Tourmaline::ChatBoost) #

[View source]

Instance Method Detail

def boosts : Array(Tourmaline::ChatBoost) #

The list of boosts added to the chat by the user


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

The list of boosts added to the chat by the user


[View source]