Class: TD::Types::RichText::s
- Inherits:
-
TD::Types::RichText
- Object
- Dry::Struct
- Base
- TD::Types::RichText
- TD::Types::RichText::s
- 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
Instance Attribute Details
#texts ⇒ Array<TD::Types::RichText>
Texts.
5 6 7 |
# File 'lib/tdlib/types/rich_text/s.rb', line 5 def texts @texts end |