Class: TD::Types::PageBlock::AuthorDate
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::AuthorDate
- Defined in:
- lib/tdlib/types/page_block/author_date.rb
Overview
The author and publishing date of a page.
Instance Attribute Summary collapse
-
#author ⇒ TD::Types::RichText
Author.
-
#publish_date ⇒ Integer
Point in time (Unix timestamp) when the article was published; 0 if unknown.
Method Summary
Methods inherited from Base
Instance Attribute Details
#author ⇒ TD::Types::RichText
Author.
6 7 8 |
# File 'lib/tdlib/types/page_block/author_date.rb', line 6 def @author end |
#publish_date ⇒ Integer
Point in time (Unix timestamp) when the article was published; 0 if unknown.
6 7 8 |
# File 'lib/tdlib/types/page_block/author_date.rb', line 6 def publish_date @publish_date end |