Class: TD::Types::PageBlock::RelatedArticles
- Inherits:
-
TD::Types::PageBlock
- Object
- Dry::Struct
- Base
- TD::Types::PageBlock
- TD::Types::PageBlock::RelatedArticles
- Defined in:
- lib/tdlib/types/page_block/related_articles.rb
Overview
Related articles.
Instance Attribute Summary collapse
-
#articles ⇒ Array<TD::Types::PageBlockRelatedArticle>
List of related articles.
-
#header ⇒ TD::Types::RichText
Block header.
Method Summary
Methods inherited from Base
Instance Attribute Details
#articles ⇒ Array<TD::Types::PageBlockRelatedArticle>
List of related articles.
6 7 8 |
# File 'lib/tdlib/types/page_block/related_articles.rb', line 6 def articles @articles end |
#header ⇒ TD::Types::RichText
Block header.
6 7 8 |
# File 'lib/tdlib/types/page_block/related_articles.rb', line 6 def header @header end |