Sha256: a9d44eb2c96dab753fddfdca71e375384ecab628f5428c096f3803dfc5ca5bf3

Contents?: true

Size: 292 Bytes

Versions: 3

Compression:

Stored size: 292 Bytes

Contents

module TD::Types
  # Text that must be formatted as if inside pre, and code HTML tags.
  #
  # @attr language [TD::Types::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

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/text_entity_type/pre_code.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/text_entity_type/pre_code.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/text_entity_type/pre_code.rb