public static class TdApi.GroupCallRecentSpeaker extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isSpeaking
True, is the user has spoken recently.
|
TdApi.MessageSender |
participantId
Group call participant identifier.
|
Constructor and Description |
---|
GroupCallRecentSpeaker()
Describes a recently speaking participant in a group call.
|
GroupCallRecentSpeaker(TdApi.MessageSender participantId,
boolean isSpeaking)
Describes a recently speaking participant in a group call.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.MessageSender participantId
public boolean isSpeaking
public static final int CONSTRUCTOR
public GroupCallRecentSpeaker()
public GroupCallRecentSpeaker(TdApi.MessageSender participantId, boolean isSpeaking)
participantId
- Group call participant identifier.isSpeaking
- True, is the user has spoken recently.public int getConstructor()
getConstructor
in class TdApi.Object