Sha256: 0696f0107becb625dba74013a6fe6afbf5fdbce99067f5a63fd6f29ddc414d5d

Contents?: true

Size: 366 Bytes

Versions: 6

Compression:

Stored size: 366 Bytes

Contents

module TD::Types
  # Related articles.
  #
  # @attr header [TD::Types::RichText] Block header.
  # @attr articles [Array<TD::Types::PageBlockRelatedArticle>] List of related articles.
  class PageBlock::RelatedArticles < PageBlock
    attribute :header, TD::Types::RichText
    attribute :articles, TD::Types::Array.of(TD::Types::PageBlockRelatedArticle)
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/page_block/related_articles.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/page_block/related_articles.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/page_block/related_articles.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/related_articles.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/related_articles.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/related_articles.rb