Class: TD::Types::PageBlock::Subheader

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

Overview

A subheader.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#subheaderTD::Types::RichText

Subheader.

Returns:



5
6
7
# File 'lib/tdlib/types/page_block/subheader.rb', line 5

def subheader
  @subheader
end