Class TdApi.SetGroupCallParticipantIsSpeaking

  • Enclosing class:
    TdApi

    public static class TdApi.SetGroupCallParticipantIsSpeaking
    extends TdApi.Function
    Informs TDLib that speaking state of a participant of an active group has changed.

    Returns Ok

    • Field Detail

      • groupCallId

        public int groupCallId
        Group call identifier.
      • audioSource

        public int audioSource
        Group call participant's synchronization audio source identifier, or 0 for the current user.
      • isSpeaking

        public boolean isSpeaking
        True, if the user is speaking.
      • CONSTRUCTOR

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

      • SetGroupCallParticipantIsSpeaking

        public SetGroupCallParticipantIsSpeaking()
        Default constructor for a function, which informs TDLib that speaking state of a participant of an active group has changed.

        Returns Ok

      • SetGroupCallParticipantIsSpeaking

        public SetGroupCallParticipantIsSpeaking​(int groupCallId,
                                                 int audioSource,
                                                 boolean isSpeaking)
        Creates a function, which informs TDLib that speaking state of a participant of an active group has changed.

        Returns Ok

        Parameters:
        groupCallId - Group call identifier.
        audioSource - Group call participant's synchronization audio source identifier, or 0 for the current user.
        isSpeaking - True, if the user is speaking.