SetGroupCallParticipantVolumeLevel class
Changes volume level of a participant of an active group call. If the current user can manage the group call, then the participant's volume level will be changed for all users with the default volume level.
Returns Ok.
- Inheritance
- Available Extensions
Constructors
- SetGroupCallParticipantVolumeLevel({required int group_call_id, required MessageSender participant_id, required int volume_level, int? extra, int? clientId})
- Changes volume level of a participant of an active group call. If the current user can manage the group call, then the participant's volume level will be changed for all users with the default volume level
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
-
Group call identifier.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- participant_id ↔ MessageSender
-
Participant identifier.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- volume_level ↔ int
-
New participant's volume level; 1-20000 in hundreds of percents.
read / write
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) → SetGroupCallParticipantVolumeLevel? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"setGroupCallParticipantVolumeLevel"