Class TdApi.SetGroupCallParticipantIsSpeaking

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.SetGroupCallParticipantIsSpeaking
Enclosing class:
TdApi

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

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    int
    Group call participant's synchronization audio source identifier, or 0 for the current user.
    static final int
    Identifier uniquely determining type of the object.
    int
    Group call identifier.
    boolean
    Pass true if the user is speaking.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which informs TDLib that speaking state of a participant of an active group call has changed.
    SetGroupCallParticipantIsSpeaking(int groupCallId, int audioSource, boolean isSpeaking)
    Creates a function, which informs TDLib that speaking state of a participant of an active group call has changed.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • 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
      Pass true if the user is speaking.
    • CONSTRUCTOR

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

    • SetGroupCallParticipantIsSpeaking

      public SetGroupCallParticipantIsSpeaking()
      Default constructor for a function, which informs TDLib that speaking state of a participant of an active group call 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 call 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 - Pass true if the user is speaking.
  • 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