class Tourmaline::ChatBoostAdded

Overview

This object represents a service message about a user boosting a chat.

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(boost_count : Int32 | Int64) #

[View source]

Instance Method Detail

def boost_count : Int32 | Int64 #

Number of boosts added by the user


[View source]
def boost_count=(boost_count : Int32 | Int64) #

Number of boosts added by the user


[View source]