MessageMediaWebPage class

Message Media Web Page.

ID: ddf10c3b.

Inheritance

Constructors

MessageMediaWebPage({required bool forceLargeMedia, required bool forceSmallMedia, required bool manual, required bool safe, required WebPageBase webpage})
Message Media Web Page constructor.
const
MessageMediaWebPage.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

flags int
Flags.
no setter
forceLargeMedia bool
force_large_media: bit 0 of flags.0?true
final
forceSmallMedia bool
force_small_media: bit 1 of flags.1?true
final
hashCode int
The hash code for this object.
no setterinherited
manual bool
manual: bit 3 of flags.3?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safe bool
safe: bit 4 of flags.4?true
final
webpage WebPageBase
Webpage.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited