WebApp class

Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App.

Inheritance
Available Extensions

Constructors

WebApp({required String short_name, required String title, required String description, required Photo photo, Animation? animation, int? extra, int? clientId})
Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App

Properties

animation Animation?
Web App animation; may be null.
read / write
clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
description String
Web App description.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
photo Photo
Web App photo.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
short_name String
Web App short name.
read / write
title String
Web App title.
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) WebApp?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"webApp"