AnimatedChatPhoto class

Animated variant of a chat photo in MPEG4 format.

Inheritance
Available Extensions

Constructors

AnimatedChatPhoto({required int length, required File file, required double main_frame_timestamp, int? extra, int? clientId})
Animated variant of a chat photo in MPEG4 format

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
file File
Information about the animation file.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
length int
Animation width and height.
read / write
main_frame_timestamp double
Timestamp of the frame, used as a static chat photo.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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) AnimatedChatPhoto?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"animatedChatPhoto"