Class: TD::Types::Text
Overview
Contains some text.
Instance Attribute Summary collapse
-
#text ⇒ String
Text.
Method Summary
Methods inherited from Base
Instance Attribute Details
#text ⇒ String
Text.
5 6 7 |
# File 'lib/tdlib/types/text.rb', line 5 def text @text end |