Module tdlight.api

Class TdApi.InputChatPhotoPrevious

Enclosing class:
TdApi

public static final class TdApi.InputChatPhotoPrevious extends TdApi.InputChatPhoto
A previously used profile photo of the current user.
  • Field Details

    • chatPhotoId

      public long chatPhotoId
      Identifier of the current user's profile photo to reuse.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputChatPhotoPrevious

      public InputChatPhotoPrevious()
      A previously used profile photo of the current user.
    • InputChatPhotoPrevious

      public InputChatPhotoPrevious(long chatPhotoId)
      A previously used profile photo of the current user.
      Parameters:
      chatPhotoId - long Identifier of the current user's profile photo to reuse.
    • InputChatPhotoPrevious

      public InputChatPhotoPrevious(DataInput input) throws IOException
      A previously used profile photo of the current user.
      Throws:
      IOException
  • Method Details