Closed vahidhashemi closed 8 years ago
There is a bug in TLRequestPhotosGetUserPhotos method, working on it
Using
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegramapi</artifactId>
<version>57.2</version>
</dependency>
should fix it
According to telegram API for calling GetUserPhotos I have to pass an InputUser object with an offset. This is how I am doing it but every time I get INPUT_FETCH_ERROR :
What is the correct way of calling "photos.getUserPhotos" ?
Thanks