Class: TD::Types::PageBlock::RelatedArticles

Inherits:
TD::Types::PageBlock show all
Defined in:
lib/tdlib/types/page_block/related_articles.rb

Overview

Related articles.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#articlesArray<TD::Types::PageBlockRelatedArticle>

List of related articles.

Returns:



6
7
8
# File 'lib/tdlib/types/page_block/related_articles.rb', line 6

def articles
  @articles
end

#headerTD::Types::RichText

Block header.

Returns:



6
7
8
# File 'lib/tdlib/types/page_block/related_articles.rb', line 6

def header
  @header
end