Class: TD::Types::TextEntityType::MediaTimestamp
- Inherits:
-
TD::Types::TextEntityType
- Object
- Dry::Struct
- Base
- TD::Types::TextEntityType
- TD::Types::TextEntityType::MediaTimestamp
- Defined in:
- lib/tdlib/types/text_entity_type/media_timestamp.rb
Overview
A media timestamp.
Instance Attribute Summary collapse
-
#media_timestamp ⇒ Integer
Timestamp from which a video/audio/video note/voice note/story playing must start, in seconds.
Method Summary
Methods inherited from Base
Instance Attribute Details
#media_timestamp ⇒ Integer
Timestamp from which a video/audio/video note/voice note/story playing must start, in seconds. The media can be in the content or the link preview of the current message, or in the same places in the replied message.
8 9 10 |
# File 'lib/tdlib/types/text_entity_type/media_timestamp.rb', line 8 def end |