LoginUrlInfoRequestConfirmation class
An authorization confirmation dialog needs to be shown to the user.
- Inheritance
-
- Object
- TlObject
- LoginUrlInfo
- LoginUrlInfoRequestConfirmation
- Available Extensions
Constructors
Properties
- bot_user_id ↔ int
-
User identifier of a bot linked with the website.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- domain ↔ String
-
A domain of the URL.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- request_write_access ↔ bool
-
True, if the user must be asked for the permission to the bot to send them messages.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- url ↔ String
-
An HTTP URL to be opened.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → LoginUrlInfoRequestConfirmation? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"loginUrlInfoRequestConfirmation"