MessagesEditExportedChatInvite class

Messages Edit Exported Chat Invite.

Return Type: MessagesExportedChatInviteBase. ID: bdca2f75.

Inheritance

Constructors

MessagesEditExportedChatInvite({required bool revoked, required InputPeerBase peer, required String link, DateTime? expireDate, int? usageLimit, bool? requestNeeded, String? title})
Messages Edit Exported Chat Invite constructor.
const
MessagesEditExportedChatInvite.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
Link.
final
peer → InputPeerBase
Peer.
final
requestNeeded → bool?
request_needed: bit 3 of flags.3?Bool
final
revoked → bool
revoked: bit 2 of flags.2?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