Sha256: 3a41e9aa2d5af98f5e7e1b17966c9e16587f97c8545fd98ba18d46c7826e1797

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

module TD::Types
  # A pull quote.
  #
  # @attr text [TD::Types::RichText] Quote text.
  # @attr caption [TD::Types::RichText] Quote caption.
  class PageBlock::PullQuote < 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/pull_quote.rb