class Tourmaline::ChatBoostUpdated inherits Reference # This object represents a boost added to a chat or changed. Included modules JSON::Serializable Constructors# .new(chat, boost) # View source .new(pull : JSON::PullParser) # View source Methods# #boost : Tourmaline::ChatBoost # Information about the chat boost View source #boost=(boost : Tourmaline::ChatBoost) # Information about the chat boost View source #chat : Tourmaline::Chat # Chat which was boosted View source #chat=(chat : Tourmaline::Chat) # Chat which was boosted View source