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