We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to pass user.profile_photo.small.remote.id as the inputFileRemote.id and it says Can't use file of type ChatPhoto as Photo.
Can't use file of type ChatPhoto as Photo
The text was updated successfully, but these errors were encountered:
That's correct. You must use an identifier from Photo object. You can find one in userFullInfo.
Photo
userFullInfo
Sorry, something went wrong.
I looked at the userFullInfo class but there are also all ChatPhoto objects?
Thanks I figured it out :) It's userFullInfo.photo.sizes[0].photo.remote.id
No branches or pull requests
I tried to pass user.profile_photo.small.remote.id as the inputFileRemote.id and it says
Can't use file of type ChatPhoto as Photo
.The text was updated successfully, but these errors were encountered: