Folder class

Folder.

ID: ff544e65.

Inheritance

Constructors

Folder({required bool autofillNewBroadcasts, required bool autofillPublicGroups, required bool autofillNewCorrespondents, required int id, required String title, ChatPhotoBase? photo})
Folder constructor.
const
Folder.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

autofillNewBroadcasts bool
autofill_new_broadcasts: bit 0 of flags.0?true
final
autofillNewCorrespondents bool
autofill_new_correspondents: bit 2 of flags.2?true
final
autofillPublicGroups bool
autofill_public_groups: bit 1 of flags.1?true
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
photo ChatPhotoBase?
Photo.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title.
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