Class: TD::Types::RichText::Fixed

Inherits:
TD::Types::RichText show all
Defined in:
lib/tdlib/types/rich_text/fixed.rb

Overview

A fixed-width rich text.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#textTD::Types::RichText

Text.

Returns:



5
6
7
# File 'lib/tdlib/types/rich_text/fixed.rb', line 5

def text
  @text
end