Package org.drinkless.tdlib
Class TdApi.SetGroupCallParticipantIsSpeaking
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 Summary
Fields Modifier and Type Field Description intaudioSourceGroup call participant's synchronization audio source identifier, or 0 for the current user.static intCONSTRUCTORIdentifier uniquely determining type of the object.intgroupCallIdGroup call identifier.booleanisSpeakingTrue, if the user is speaking.
-
Constructor Summary
Constructors Constructor Description SetGroupCallParticipantIsSpeaking()Default 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-