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

      public ChatEventVoiceChatParticipantVolumeLevelChanged​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details