Module tdlight.api

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 Details

    • 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
      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

      public ChatEventVideoChatParticipantVolumeLevelChanged(DataInput input) throws IOException
      A video chat participant volume level was changed.
      Throws:
      IOException
  • Method Details