Class: TD::Types::BotWriteAccessAllowReason::ConnectedWebsite
- Inherits:
-
TD::Types::BotWriteAccessAllowReason
- Object
- Dry::Struct
- TD::Types::Base
- TD::Types::BotWriteAccessAllowReason
- TD::Types::BotWriteAccessAllowReason::ConnectedWebsite
- 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
-
#domain_name ⇒ TD::Types::String
Domain name of the connected website.
Method Summary
Methods inherited from TD::Types::Base
Instance Attribute Details
#domain_name ⇒ TD::Types::String
Domain name of the connected website.
5 6 7 |
# File 'lib/tdlib/types/bot_write_access_allow_reason/connected_website.rb', line 5 def domain_name @domain_name end |