Package org.drinkless.tdlib
Class TdApi.UpdateGroupCallVerificationState
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallVerificationState
- Enclosing class:
- TdApi
The verification state of an encrypted group call has changed; for group calls not bound to a chat only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.String[]Group call state fingerprint represented as 4 emoji; may be empty if the state isn't verified yet.intThe call state generation to which the emoji corresponds.intIdentifier of the group call. -
Constructor Summary
ConstructorsConstructorDescriptionThe verification state of an encrypted group call has changed; for group calls not bound to a chat only.UpdateGroupCallVerificationState(int groupCallId, int generation, String[] emojis) The verification state of an encrypted group call has changed; for group calls not bound to a chat only. -
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
-
groupCallId
public int groupCallIdIdentifier of the group call. -
generation
public int generationThe call state generation to which the emoji corresponds. If generation is different for two users, then their emoji may be also different. -
emojis
Group call state fingerprint represented as 4 emoji; may be empty if the state isn't verified yet. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateGroupCallVerificationState
public UpdateGroupCallVerificationState()The verification state of an encrypted group call has changed; for group calls not bound to a chat only. -
UpdateGroupCallVerificationState
The verification state of an encrypted group call has changed; for group calls not bound to a chat only.- Parameters:
groupCallId- Identifier of the group call.generation- The call state generation to which the emoji corresponds. If generation is different for two users, then their emoji may be also different.emojis- Group call state fingerprint represented as 4 emoji; may be empty if the state isn't verified yet.
-
-
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
-