Sha256: 844230dc7049f48369c27d9be11ab408b3adde66aa51d11576c5e83b41f168c8

Contents?: true

Size: 336 Bytes

Versions: 4

Compression:

Stored size: 336 Bytes

Contents

module TD::Types
  # A preformatted text paragraph.
  #
  # @attr text [TD::Types::RichText] Paragraph text.
  # @attr language [String] Programming language for which the text should be formatted.
  class PageBlock::Preformatted < PageBlock
    attribute :text, TD::Types::RichText
    attribute :language, TD::Types::String
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/page_block/preformatted.rb
tdlib-ruby-2.2.0 lib/tdlib/types/page_block/preformatted.rb
tdlib-ruby-2.1.0 lib/tdlib/types/page_block/preformatted.rb
tdlib-ruby-2.0.0 lib/tdlib/types/page_block/preformatted.rb