Package org.drinkless.tdlib
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
Informs TDLib that speaking state of a participant of an active group has changed.
Returns Ok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionintGroup call participant's synchronization audio source identifier, or 0 for the current user.static final intIdentifier uniquely determining type of the object.intGroup call identifier.booleanPass true if the user is speaking. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which informs TDLib that speaking state of a participant of an active group 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 has changed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
groupCallId
public int groupCallIdGroup call identifier. -
audioSource
public int audioSourceGroup call participant's synchronization audio source identifier, or 0 for the current user. -
isSpeaking
public boolean isSpeakingPass true if the user is speaking. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier 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 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- Pass true if the user is speaking.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Ok>- Returns:
- this.CONSTRUCTOR
-