Package org.drinkless.tdlib
Class TdApi.GroupCallRecentSpeaker
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.GroupCallRecentSpeaker
-
- Enclosing class:
- TdApi
public static class TdApi.GroupCallRecentSpeaker extends TdApi.Object
Describes a recently speaking participant in a group call.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisSpeakingTrue, is the user has spoken recently.TdApi.MessageSenderparticipantIdGroup call participant identifier.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
participantId
public TdApi.MessageSender participantId
Group call participant identifier.
-
isSpeaking
public boolean isSpeaking
True, is the user has spoken recently.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupCallRecentSpeaker
public GroupCallRecentSpeaker()
Describes a recently speaking participant in a group call.
-
GroupCallRecentSpeaker
public GroupCallRecentSpeaker(TdApi.MessageSender participantId, boolean isSpeaking)
Describes a recently speaking participant in a group call.- Parameters:
participantId- Group call participant identifier.isSpeaking- True, is the user has spoken recently.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-