public static class TdApi.SetGroupCallParticipantIsSpeaking extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
int |
audioSource
Group call participant's synchronization audio source identifier, or 0 for the current user.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
groupCallId
Group call identifier.
|
boolean |
isSpeaking
True, if the user is speaking.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int groupCallId
public int audioSource
public boolean isSpeaking
public static final int CONSTRUCTOR
public SetGroupCallParticipantIsSpeaking()
Returns Ok
public SetGroupCallParticipantIsSpeaking(int groupCallId, int audioSource, boolean isSpeaking)
Returns Ok
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.public int getConstructor()
getConstructor
in class TdApi.Function