WebPageInstantView class

Describes an instant view page for a web page.

Inheritance
Available Extensions

Constructors

WebPageInstantView({required List<PageBlock> page_blocks, required int view_count, required int version, required bool is_rtl, required bool is_full, required InternalLinkType feedback_link, int? extra, int? clientId})
Describes an instant view page for a web page

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
An internal link to be opened to leave feedback about the instant view.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
is_full bool
True, if the instant view contains the full page. A network request might be needed to get the full web page instant view.
read / write
is_rtl bool
True, if the instant view must be shown from right to left.
read / write
page_blocks List<PageBlock>
Content of the web page.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
version int
Version of the instant view; currently, can be 1 or 2.
read / write
view_count int
Number of the instant view views; 0 if unknown.
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) WebPageInstantView?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"webPageInstantView"