Class: TD::Types::RichText::s

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

Overview

A concatenation of rich texts.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#textsArray<TD::Types::RichText>

Texts.

Returns:



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

def texts
  @texts
end