Sha256: dc60002a8415350bfffb3a00a71caf6e6671c963dfb961ec46c3d1cbb9082508

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

module TD::Types
  # A block quote.
  #
  # @attr text [TD::Types::RichText] Quote text.
  # @attr caption [TD::Types::RichText] Quote caption.
  class PageBlock::BlockQuote < PageBlock
    attribute :text, TD::Types::RichText
    attribute :caption, TD::Types::RichText
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/page_block/block_quote.rb