Name | Type | Description | Notes |
---|---|---|---|
message_auto_delete_time | Integer | New auto-delete time for messages in the chat; in seconds |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::MessageAutoDeleteTimerChanged.new(
message_auto_delete_time: null
)