class
Hamilton::Types::UserChatBoosts
- Hamilton::Types::UserChatBoosts
- Reference
- Object
Overview
This object represents a list of boosts added to a chat by a user.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/user_chat_boosts.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#boosts : Array(Hamilton::Types::ChatBoost)
The list of boosts added to the chat by the user.
-
#boosts=(boosts : Array(Hamilton::Types::ChatBoost))
The list of boosts added to the chat by the user.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def boosts=(boosts : Array(Hamilton::Types::ChatBoost))
#
The list of boosts added to the chat by the user.