SetGroupCallParticipantVolumeLevel class

Inheritance

Constructors

SetGroupCallParticipantVolumeLevel({required int groupCallId, required MessageSender participantId, required int volumeLevel})
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
const

Properties

groupCallId int
groupCallId Group call identifier
final
hashCode int
The hash code for this object.
no setterinherited
participantId MessageSender
participantId Participant identifier
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeLevel int
volumeLevel New participant's volume level; 1-20000 in hundreds of percents
final

Methods

copyWith({int? groupCallId, MessageSender? participantId, int? volumeLevel}) SetGroupCallParticipantVolumeLevel
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String