InternalLinkTypeWebApp class
The link is a link to a Web App. Call searchPublicChat with the given bot username, check that the user is a bot, then call searchWebApp with the received bot and the given web_app_short_name..
- Inheritance
-
- Object
- TlObject
- InternalLinkType
- InternalLinkTypeWebApp
- Available Extensions
Constructors
- InternalLinkTypeWebApp({required String bot_username, required String web_app_short_name, required String start_parameter, int? extra, int? clientId})
- The link is a link to a Web App. Call searchPublicChat with the given bot username, check that the user is a bot, then call searchWebApp with the received bot and the given web_app_short_name.
Properties
- bot_username ↔ String
-
Username of the bot that owns the Web App.
read / write
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- start_parameter ↔ String
-
Start parameter to be passed to getWebAppLinkUrl.
read / write
- web_app_short_name ↔ String
-
Short name of the Web App.
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) → InternalLinkTypeWebApp? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"internalLinkTypeWebApp"