public static class TdApi.SetGroupCallParticipantVolumeLevel extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object