Class: TD::Types::TextEntityType::MediaTimestamp

Inherits:
TD::Types::TextEntityType show all
Defined in:
lib/tdlib/types/text_entity_type/media_timestamp.rb

Overview

A media timestamp.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#media_timestampInteger

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 media_timestamp
  @media_timestamp
end