Class: TD::Types::LoginUrlInfo::RequestConfirmation
- Inherits:
-
TD::Types::LoginUrlInfo
- Object
- Dry::Struct
- Base
- TD::Types::LoginUrlInfo
- TD::Types::LoginUrlInfo::RequestConfirmation
- Defined in:
- lib/tdlib/types/login_url_info/request_confirmation.rb
Overview
An authorization confirmation dialog needs to be shown to the user.
Instance Attribute Summary collapse
-
#bot_user_id ⇒ Integer
User identifier of a bot linked with the website.
-
#domain ⇒ TD::Types::String
A domain of the URL.
-
#request_write_access ⇒ Boolean
True, if the user needs to be requested to give the permission to the bot to send them messages.
-
#url ⇒ TD::Types::String
An HTTP URL to be opened.
Method Summary
Methods inherited from Base
Instance Attribute Details
#bot_user_id ⇒ Integer
User identifier of a bot linked with the website.
9 10 11 |
# File 'lib/tdlib/types/login_url_info/request_confirmation.rb', line 9 def bot_user_id @bot_user_id end |
#domain ⇒ TD::Types::String
A domain of the URL.
9 10 11 |
# File 'lib/tdlib/types/login_url_info/request_confirmation.rb', line 9 def domain @domain end |
#request_write_access ⇒ Boolean
True, if the user needs to be requested to give the permission to the bot to send them messages.
9 10 11 |
# File 'lib/tdlib/types/login_url_info/request_confirmation.rb', line 9 def request_write_access @request_write_access end |
#url ⇒ TD::Types::String
An HTTP URL to be opened.
9 10 11 |
# File 'lib/tdlib/types/login_url_info/request_confirmation.rb', line 9 def url @url end |