MessagesExportChatInvite class

Messages Export Chat Invite.

Return Type: ExportedChatInviteBase. ID: a02ce5d5.

Inheritance

Constructors

MessagesExportChatInvite({required bool legacyRevokePermanent, required bool requestNeeded, required InputPeerBase peer, DateTime? expireDate, int? usageLimit, String? title})
Messages Export Chat Invite constructor.
const
MessagesExportChatInvite.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

expireDate DateTime?
Expire Date.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
legacyRevokePermanent bool
legacy_revoke_permanent: bit 2 of flags.2?true
final
peer InputPeerBase
Peer.
final
requestNeeded bool
request_needed: bit 3 of flags.3?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Title.
final
usageLimit int?
Usage Limit.
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