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.cr

Constructors

Instance Method Summary

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.


[View source]
def self.new(message_auto_delete_time : Int32) #

[View source]

Instance Method Detail

def message_auto_delete_time : Int32 #

New auto-delete time for messages in the chat; in seconds


[View source]
def message_auto_delete_time=(message_auto_delete_time : Int32) #

New auto-delete time for messages in the chat; in seconds


[View source]