class Telegram::API::MessageAutoDeleteTimerChanged
Overview
This object represents a service message about a change in auto-delete timer settings.
Defined in:
telegram/api/generated/types.crConstructors
-
.new(pull : JSON::PullParser)
This object represents a service message about a change in auto-delete timer settings.
- .new(message_auto_delete_time : Int32)
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
Instance methods inherited from class Telegram::API::Type
==(other)
==,
client
client
Constructor methods inherited from class Telegram::API::Type
new(pull : JSON::PullParser)
new
Constructor Detail
def self.new(pull : JSON::PullParser)
#
This object represents a service message about a change in auto-delete timer settings.
Instance Method Detail
def message_auto_delete_time=(message_auto_delete_time : Int32)
#
New auto-delete time for messages in the chat; in seconds