Module tdlight.api

Class TdApi.DeleteProfilePhoto

Enclosing class:
TdApi

public static final class TdApi.DeleteProfilePhoto extends TdApi.Function<TdApi.Ok>
Deletes a profile photo. Returns Ok
  • Field Details

    • profilePhotoId

      public long profilePhotoId
      Identifier of the profile photo to delete.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • DeleteProfilePhoto

      public DeleteProfilePhoto()
      Deletes a profile photo. Returns Ok
    • DeleteProfilePhoto

      public DeleteProfilePhoto(long profilePhotoId)
      Deletes a profile photo. Returns Ok
      Parameters:
      profilePhotoId - long Identifier of the profile photo to delete.
    • DeleteProfilePhoto

      public DeleteProfilePhoto(DataInput input) throws IOException
      Deletes a profile photo. Returns Ok
      Throws:
      IOException
  • Method Details