Package org.drinkless.tdlib
Class TdApi.ChatEventVideoChatParticipantVolumeLevelChanged
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatEventAction
-
- org.drinkless.tdlib.TdApi.ChatEventVideoChatParticipantVolumeLevelChanged
-
- Enclosing class:
- TdApi
public static class TdApi.ChatEventVideoChatParticipantVolumeLevelChanged extends TdApi.ChatEventAction
A video chat participant volume level was changed.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessageSenderparticipantIdIdentifier of the affected group call participant.intvolumeLevelNew value of volumeLevel; 1-20000 in hundreds of percents.
-
Constructor Summary
Constructors Constructor Description ChatEventVideoChatParticipantVolumeLevelChanged()A video chat participant volume level was changed.ChatEventVideoChatParticipantVolumeLevelChanged(TdApi.MessageSender participantId, int volumeLevel)A video chat participant volume level was changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
participantId
public TdApi.MessageSender participantId
Identifier of the affected group call participant.
-
volumeLevel
public int volumeLevel
New value of volumeLevel; 1-20000 in hundreds of percents.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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- Identifier of the affected group call participant.volumeLevel- New value of volumeLevel; 1-20000 in hundreds of percents.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-