Class: TD::Types::BotWriteAccessAllowReason::ConnectedWebsite

Inherits:
TD::Types::BotWriteAccessAllowReason show all
Defined in:
lib/tdlib/types/bot_write_access_allow_reason/connected_website.rb

Overview

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from TD::Types::Base

#to_hash, #to_json

Instance Attribute Details

#domain_nameTD::Types::String

Domain name of the connected website.

Returns:

  • (TD::Types::String)

    the current value of domain_name



5
6
7
# File 'lib/tdlib/types/bot_write_access_allow_reason/connected_website.rb', line 5

def domain_name
  @domain_name
end