Sha256: 8d556ddd30e66fb56105d6b41348efde0076eb79a302d38391964857fdf6c1fd

Contents?: true

Size: 281 Bytes

Versions: 4

Compression:

Stored size: 281 Bytes

Contents

module TD::Types
  # Text that must be formatted as if inside pre, and code HTML tags.
  #
  # @attr language [String] Programming language of the code; as defined by the sender.
  class TextEntityType::PreCode < TextEntityType
    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/text_entity_type/pre_code.rb
tdlib-ruby-2.2.0 lib/tdlib/types/text_entity_type/pre_code.rb
tdlib-ruby-2.1.0 lib/tdlib/types/text_entity_type/pre_code.rb
tdlib-ruby-2.0.0 lib/tdlib/types/text_entity_type/pre_code.rb