PushMessageContentMediaAlbum class

A media album.

Inheritance
Available Extensions

Constructors

PushMessageContentMediaAlbum({required int total_count, required bool has_photos, required bool has_videos, required bool has_audios, required bool has_documents, int? extra, int? clientId})
A media album

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
has_audios bool
True, if the album has at least one audio file.
read / write
has_documents bool
True, if the album has at least one document.
read / write
has_photos bool
True, if the album has at least one photo.
read / write
has_videos bool
True, if the album has at least one video file.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
total_count int
Number of messages in the album.
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) PushMessageContentMediaAlbum?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"pushMessageContentMediaAlbum"