Package org.drinkless.tdlib
Class TdApi.GroupCallRecentSpeaker
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.GroupCallRecentSpeaker
- Enclosing class:
- TdApi
Describes a recently speaking participant in a group call.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanTrue, is the user has spoken recently.Group call participant identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes 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
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
participantId
Group call participant identifier. -
isSpeaking
public boolean isSpeakingTrue, is the user has spoken recently. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GroupCallRecentSpeaker
public GroupCallRecentSpeaker()Describes a recently speaking participant in a group call. -
GroupCallRecentSpeaker
Describes a recently speaking participant in a group call.- Parameters:
participantId- Group call participant identifier.isSpeaking- True, is the user has spoken recently.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-