legacy-api-documentation
legacy-api-documentation copied to clipboard
coverted type in photo short and full formats are wrong
In doc, it says converted is boolean format. However, it is in fact integer. Since it is an integer, so i am confused how to find out the meaning of a number for it.
converted - Boolean value indicating whether or not this photo has been converted.
And this is what I got from reply: "converted":31.
To be specific, i got coverted=(a number) when running get_photos function. I noticed coverted indeed returns boolean in other function.
After more careful testing, all API calls that return photo full format have converted returned as integer.
That's correct, converted
is actually a bitmask. I'll look into getting the docs updated for it. Thanks!