Class TdApi.UpdateGroupCallMessagesDeleted

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallMessagesDeleted
Enclosing class:
TdApi

public static class TdApi.UpdateGroupCallMessagesDeleted extends TdApi.Update
Some group call messages were deleted.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the group call.
    • messageIds

      public int[] messageIds
      Identifiers of the deleted messages.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier 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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR