Class TdApi.ToggleGroupCallParticipantIsMuted

Enclosing class:
TdApi

public static class TdApi.ToggleGroupCallParticipantIsMuted extends TdApi.Function<TdApi.Ok>
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • participantId

      public TdApi.MessageSender participantId
      Participant identifier.
    • isMuted

      public boolean isMuted
      Pass true to mute the user; pass false to unmute them.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ToggleGroupCallParticipantIsMuted

      public ToggleGroupCallParticipantIsMuted()
      Default constructor for a function, which toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.

      Returns Ok

    • ToggleGroupCallParticipantIsMuted

      public ToggleGroupCallParticipantIsMuted(int groupCallId, TdApi.MessageSender participantId, boolean isMuted)
      Creates a function, which toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.

      Returns Ok

      Parameters:
      groupCallId - Group call identifier.
      participantId - Participant identifier.
      isMuted - Pass true to mute the user; pass false to unmute them.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR