Class: TD::Types::PageBlock::BlockQuote

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

Overview

A block quote.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#creditTD::Types::RichText

Quote credit.

Returns:



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

def credit
  @credit
end

#textTD::Types::RichText

Quote text.

Returns:



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

def text
  @text
end