Class TdApi.DeleteProfilePhoto

Enclosing class:
TdApi

public static class TdApi.DeleteProfilePhoto
extends TdApi.Function
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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details