Sha256: 8b8493d6b0421e6764a68aad03b6ace095523589a484c1bb52e2450072ee93d0
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
module TD::Types # A preformatted text paragraph. # # @attr text [TD::Types::RichText] Paragraph text. # @attr language [TD::Types::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/page_block/preformatted.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/page_block/preformatted.rb |