class
Hamilton::Types::MessageAutoDeleteTimerChanged
- Hamilton::Types::MessageAutoDeleteTimerChanged
- Reference
- Object
Overview
This object represents a service message about a change in auto-delete timer settings.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/message_auto_delete_timer_changed.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#message_auto_delete_time : Int32
New auto-delete time for messages in the chat; in seconds.
-
#message_auto_delete_time=(message_auto_delete_time : Int32)
New auto-delete time for messages in the chat; in seconds.
-
#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 message_auto_delete_time=(message_auto_delete_time : Int32)
#
New auto-delete time for messages in the chat; in seconds.