ChatInviteImporter class

Chat Invite Importer.

ID: 8c5adfd9.

Inheritance

Constructors

ChatInviteImporter({required bool requested, required bool viaChatlist, required int userId, required DateTime date, String? about, int? approvedBy})
Chat Invite Importer constructor.
const
ChatInviteImporter.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

about String?
About.
final
approvedBy int?
Approved By.
final
date DateTime
Date.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
requested bool
requested: bit 0 of flags.0?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId int
User Id.
final
viaChatlist bool
via_chatlist: bit 3 of flags.3?true
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