Class TdApi.InputChatPhotoPrevious

  • Enclosing class:
    TdApi

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

      • chatPhotoId

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Identifier of the current user's profile photo to reuse.