Class: Telegram::Bot::Types::MessageAutoDeleteTimerChanged
- Defined in:
- sig/telegram/bot/types/message_auto_delete_timer_changed.rbs
Instance Attribute Summary collapse
-
#message_auto_delete_time ⇒ Integer
readonly
Returns the value of attribute message_auto_delete_time.
Attributes inherited from Base
Class Method Summary collapse
Methods included from Compactable
Methods included from PatternMatching
Instance Attribute Details
#message_auto_delete_time ⇒ Integer (readonly)
Returns the value of attribute message_auto_delete_time.
8 9 10 |
# File 'sig/telegram/bot/types/message_auto_delete_timer_changed.rbs', line 8 def @message_auto_delete_time end |
Class Method Details
.new(message_auto_delete_time:) ⇒ instance .new(attributes) ⇒ instance
6 7 |
# File 'sig/telegram/bot/types/message_auto_delete_timer_changed.rbs', line 6
def self.new: (message_auto_delete_time: Integer) -> instance
| (?Hash[Symbol | String, untyped] attributes) -> instance
|