public static class TdApi.ChatEventVideoChatParticipantVolumeLevelChanged extends TdApi.ChatEventAction
TdApi.ChatEventAction.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageSender |
participantId
Identifier of the affected group call participant.
|
int |
volumeLevel
New value of volumeLevel; 1-20000 in hundreds of percents.
|
Constructor and Description |
---|
ChatEventVideoChatParticipantVolumeLevelChanged()
A video chat participant volume level was changed.
|
ChatEventVideoChatParticipantVolumeLevelChanged(TdApi.MessageSender participantId,
int volumeLevel)
A video chat participant volume level was changed.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.MessageSender participantId
public int volumeLevel
public static final int CONSTRUCTOR
public ChatEventVideoChatParticipantVolumeLevelChanged()
public ChatEventVideoChatParticipantVolumeLevelChanged(TdApi.MessageSender participantId, int volumeLevel)
participantId
- Identifier of the affected group call participant.volumeLevel
- New value of volumeLevel; 1-20000 in hundreds of percents.public int getConstructor()
getConstructor
in class TdApi.ChatEventAction