MessageActionConferenceCall class

Message Action Conference Call.

ID: 2ffe2f7a.

Inheritance

Constructors

MessageActionConferenceCall({required bool missed, required bool active, required bool video, required int callId, int? duration, List<PeerBase>? otherParticipants})
Message Action Conference Call constructor.
const
MessageActionConferenceCall.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

active bool
active: bit 1 of flags.1?true
final
callId int
Call Id.
final
duration int?
Duration.
final
flags int
Flags.
no setter
hashCode int
The hash code for this object.
no setterinherited
missed bool
missed: bit 0 of flags.0?true
final
otherParticipants List<PeerBase>?
Other Participants.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
video bool
video: bit 4 of flags.4?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