DecryptedMessageMediaExternalDocument023 class

Decrypted Message Media External Document.

Layer: 23. ID: fa95b0dd.

Inheritance

Constructors

DecryptedMessageMediaExternalDocument023({required int id, required int accessHash, required DateTime date, required String mimeType, required int size, required PhotoSizeBase thumb, required int dcId, required List<DocumentAttributeBase> attributes})
Decrypted Message Media External Document constructor.
const
DecryptedMessageMediaExternalDocument023.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

accessHash int
Access Hash.
final
attributes List<DocumentAttributeBase>
Attributes.
final
date DateTime
Date.
final
dcId int
Dc Id.
final
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
mimeType String
Mime Type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Size.
final
thumb PhotoSizeBase
Thumb.
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