Package org.drinkless.tdlib
Class TdApi.UpdateGroupCallMessagesDeleted
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallMessagesDeleted
- Enclosing class:
- TdApi
Some group call messages were deleted.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intIdentifier of the group call.int[]Identifiers of the deleted messages. -
Constructor Summary
ConstructorsConstructorDescriptionSome group call messages were deleted.UpdateGroupCallMessagesDeleted(int groupCallId, int[] messageIds) Some group call messages were deleted. -
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. -
messageIds
public int[] messageIdsIdentifiers of the deleted messages. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateGroupCallMessagesDeleted
public UpdateGroupCallMessagesDeleted()Some group call messages were deleted. -
UpdateGroupCallMessagesDeleted
public UpdateGroupCallMessagesDeleted(int groupCallId, int[] messageIds) Some group call messages were deleted.- Parameters:
groupCallId- Identifier of the group call.messageIds- Identifiers of the deleted messages.
-
-
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
-