Class: TD::Types::RichText::Strikethrough

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

Overview

A strikethrough 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/strikethrough.rb', line 5

def text
  @text
end