PhoneJoinGroupCall class

Phone Join Group Call.

Return Type: UpdatesBase. ID: 8fb53057.

Inheritance

Constructors

PhoneJoinGroupCall({required bool muted, required bool videoStopped, required InputGroupCallBase call, required InputPeerBase joinAs, String? inviteHash, Int256? publicKey, Uint8List? block, required DataJSONBase params})
Phone Join Group Call constructor.
const
PhoneJoinGroupCall.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

block → Uint8List?
Block.
final
call → InputGroupCallBase
Call.
final
flags → int
Flags.
no setter
hashCode → int
The hash code for this object.
no setterinherited
inviteHash → String?
Invite Hash.
final
joinAs → InputPeerBase
Join As.
final
muted → bool
muted: bit 0 of flags.0?true
final
params → DataJSONBase
Params.
final
publicKey → Int256?
Public Key.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
videoStopped → bool
video_stopped: bit 2 of flags.2?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