Module tdlight.api
Package it.tdlight.jni
Class TdApi.ChatEventVideoChatParticipantVolumeLevelChanged
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVideoChatParticipantVolumeLevelChanged
- Enclosing class:
- TdApi
public static final class TdApi.ChatEventVideoChatParticipantVolumeLevelChanged
extends TdApi.ChatEventAction
A video chat participant volume level was changed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier of the affected group call participant.int
New value of volumeLevel; 1-20000 in hundreds of percents. -
Constructor Summary
ConstructorDescriptionA video chat participant volume level was changed.ChatEventVideoChatParticipantVolumeLevelChanged
(TdApi.MessageSender participantId, int volumeLevel) A video chat participant volume level was changed.A video chat participant volume level was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
participantId
Identifier of the affected group call participant. -
volumeLevel
public int volumeLevelNew value of volumeLevel; 1-20000 in hundreds of percents. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatEventVideoChatParticipantVolumeLevelChanged
public ChatEventVideoChatParticipantVolumeLevelChanged()A video chat participant volume level was changed. -
ChatEventVideoChatParticipantVolumeLevelChanged
public ChatEventVideoChatParticipantVolumeLevelChanged(TdApi.MessageSender participantId, int volumeLevel) A video chat participant volume level was changed.- Parameters:
participantId
- MessageSender Identifier of the affected group call participant.volumeLevel
- int New value of volumeLevel; 1-20000 in hundreds of percents.
-
ChatEventVideoChatParticipantVolumeLevelChanged
A video chat participant volume level was changed.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-