public static class TdApi.SetGroupCallParticipantVolumeLevel extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
TdApi.MessageSender |
participantId
Participant identifier.
|
int |
volumeLevel
New participant's volume level; 1-20000 in hundreds of percents.
|
Constructor and Description |
---|
SetGroupCallParticipantVolumeLevel()
Default constructor for a function, which changes volume level of a participant of an active group call.
|
SetGroupCallParticipantVolumeLevel(int groupCallId,
TdApi.MessageSender participantId,
int volumeLevel)
Creates a function, which changes volume level of a participant of an active group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public TdApi.MessageSender participantId
public int volumeLevel
public static final int CONSTRUCTOR
public SetGroupCallParticipantVolumeLevel()
Returns Ok
public SetGroupCallParticipantVolumeLevel(int groupCallId, TdApi.MessageSender participantId, int volumeLevel)
Returns Ok
groupCallId
- Group call identifier.participantId
- Participant identifier.volumeLevel
- New participant's volume level; 1-20000 in hundreds of percents.public int getConstructor()
getConstructor
in class TdApi.Function