Class: TD::Types::TextEntityType::PreCode
- Inherits:
-
TD::Types::TextEntityType
- Object
- Dry::Struct
- Base
- TD::Types::TextEntityType
- TD::Types::TextEntityType::PreCode
- Defined in:
- lib/tdlib/types/text_entity_type/pre_code.rb
Overview
Text that must be formatted as if inside pre, and code HTML tags.
Instance Attribute Summary collapse
-
#language ⇒ TD::Types::String
Programming language of the code; as defined by the sender.
Method Summary
Methods inherited from Base
Instance Attribute Details
#language ⇒ TD::Types::String
Programming language of the code; as defined by the sender.
5 6 7 |
# File 'lib/tdlib/types/text_entity_type/pre_code.rb', line 5 def language @language end |