UpdateChannelParticipant class

Update Channel Participant.

ID: 985d3abb.

Inheritance

Constructors

UpdateChannelParticipant({required bool viaChatlist, required int channelId, required DateTime date, required int actorId, required int userId, ChannelParticipantBase? prevParticipant, ChannelParticipantBase? newParticipant, ExportedChatInviteBase? invite, required int qts})
Update Channel Participant constructor.
const
UpdateChannelParticipant.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

actorId int
Actor Id.
final
channelId int
Channel Id.
final
date DateTime
Date.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
invite ExportedChatInviteBase?
Invite.
final
newParticipant ChannelParticipantBase?
New Participant.
final
prevParticipant ChannelParticipantBase?
Prev Participant.
final
qts int
Qts.
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