Class: TD::Types::BotMediaPreview
- Defined in:
- lib/tdlib/types/bot_media_preview.rb
Overview
Describes media previews of a bot.
Instance Attribute Summary collapse
-
#content ⇒ TD::Types::StoryContent
Content of the preview.
-
#date ⇒ Integer
Point in time (Unix timestamp) when the preview was added or changed last time.
Method Summary
Methods inherited from Base
Instance Attribute Details
#content ⇒ TD::Types::StoryContent
Content of the preview.
6 7 8 |
# File 'lib/tdlib/types/bot_media_preview.rb', line 6 def content @content end |
#date ⇒ Integer
Point in time (Unix timestamp) when the preview was added or changed last time.
6 7 8 |
# File 'lib/tdlib/types/bot_media_preview.rb', line 6 def date @date end |