UpdateGroupCallParticipant class

Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined.

Inheritance
Available Extensions

Constructors

UpdateGroupCallParticipant({required int group_call_id, required GroupCallParticipant participant, int? extra, int? clientId})
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
group_call_id int
Identifier of group call.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
participant GroupCallParticipant
New data about a participant.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromMap(Map<String, dynamic>? _map) UpdateGroupCallParticipant?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"updateGroupCallParticipant"