Class TdApi.InputChatPhotoPrevious

Enclosing class:
TdApi

public static 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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details