class Tourmaline::UserChatBoosts
- Tourmaline::UserChatBoosts
- Reference
- Object
Overview
This object represents a list of boosts added to a chat by a user.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(boosts : Array(Tourmaline::ChatBoost) = [] of Tourmaline::ChatBoost)
Instance Method Summary
-
#boosts : Array(Tourmaline::ChatBoost)
The list of boosts added to the chat by the user
-
#boosts=(boosts : Array(Tourmaline::ChatBoost))
The list of boosts added to the chat by the user
Constructor Detail
Instance Method Detail
def boosts=(boosts : Array(Tourmaline::ChatBoost))
#
The list of boosts added to the chat by the user