Class: TD::Types::RichText::EmailAddress

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

Overview

A rich text email link.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#email_addressString

Email address.

Returns:

  • (String)

    the current value of email_address



6
7
8
# File 'lib/tdlib/types/rich_text/email_address.rb', line 6

def email_address
  @email_address
end

#textTD::Types::RichText

Text.

Returns:



6
7
8
# File 'lib/tdlib/types/rich_text/email_address.rb', line 6

def text
  @text
end