Sha256: c194d415ebe2335fec5937eb882d3a8dbe522366230b42b691e8c0c4a5e14487

Contents?: true

Size: 386 Bytes

Versions: 5

Compression:

Stored size: 386 Bytes

Contents

module TD::Types
  # Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
  #
  # @attr text [TD::Types::RichText] Content of the caption.
  # @attr credit [TD::Types::RichText] Block credit (like HTML tag <cite>).
  class PageBlockCaption < Base
    attribute :text, TD::Types::RichText
    attribute :credit, TD::Types::RichText
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

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