class
Hamilton::Types::ChatBoostRemoved
- Hamilton::Types::ChatBoostRemoved
- Reference
- Object
Overview
This object represents a boost removed from a chat.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/chat_boost_removed.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#boost_id : String
Unique identifier of the boost.
-
#boost_id=(boost_id : String)
Unique identifier of the boost.
-
#chat : Hamilton::Types::Chat
Chat which was boosted.
-
#chat=(chat : Hamilton::Types::Chat)
Chat which was boosted.
-
#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.
-
#remove_date : Int32
Point in time (Unix timestamp) when the boost was removed.
-
#remove_date=(remove_date : Int32)
Point in time (Unix timestamp) when the boost was removed.
-
#source : Hamilton::Types::ChatBoostSource
Source of the removed boost.
-
#source=(source : Hamilton::Types::ChatBoostSource)
Source of the removed boost.