Class: TD::Types::MessageContent::WebsiteConnected

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/website_connected.rb

Overview

The current user has connected a website by logging in using Telegram Login Widget on it.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#domain_nameString

Domain name of the connected website.

Returns:

  • (String)

    the current value of domain_name



5
6
7
# File 'lib/tdlib/types/message_content/website_connected.rb', line 5

def domain_name
  @domain_name
end