public static class TdApi.SetGroupCallParticipantIsSpeaking extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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
Pass 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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 - Pass true if the user is speaking.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object