Package it.tdlight.jni
Class TdApi.ChatEventVoiceChatParticipantVolumeLevelChanged
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatEventAction
it.tdlight.jni.TdApi.ChatEventVoiceChatParticipantVolumeLevelChanged
- Enclosing class:
- TdApi
public static class TdApi.ChatEventVoiceChatParticipantVolumeLevelChanged extends TdApi.ChatEventAction
A voice chat participant volume level was changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.MessageSender
participantId
Identifier of the affected group call participant.int
volumeLevel
New value of volumeLevel; 1-20000 in hundreds of percents. -
Constructor Summary
Constructors Constructor Description ChatEventVoiceChatParticipantVolumeLevelChanged()
A voice chat participant volume level was changed.ChatEventVoiceChatParticipantVolumeLevelChanged(TdApi.MessageSender participantId, int volumeLevel)
A voice chat participant volume level was changed.ChatEventVoiceChatParticipantVolumeLevelChanged(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
ChatEventVoiceChatParticipantVolumeLevelChanged
public ChatEventVoiceChatParticipantVolumeLevelChanged()A voice chat participant volume level was changed. -
ChatEventVoiceChatParticipantVolumeLevelChanged
public ChatEventVoiceChatParticipantVolumeLevelChanged(TdApi.MessageSender participantId, int volumeLevel)A voice 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.
-
ChatEventVoiceChatParticipantVolumeLevelChanged
- 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()
-