Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 413 Bytes

MessageAutoDeleteTimerChanged.md

File metadata and controls

18 lines (12 loc) · 413 Bytes

TelegramBotOpenapi::MessageAutoDeleteTimerChanged

Properties

Name Type Description Notes
message_auto_delete_time Integer New auto-delete time for messages in the chat; in seconds

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::MessageAutoDeleteTimerChanged.new(
  message_auto_delete_time: null
)