Class TdApi.ToggleGroupCallParticipantIsMuted

  • Enclosing class:
    TdApi

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

    Returns Ok

    • Field Detail

      • groupCallId

        public int groupCallId
        Group call identifier.
      • isMuted

        public boolean isMuted
        Pass true if the user must be muted and false otherwise.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 if the user must be muted and false otherwise.