We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b971c58 + 511cc74 commit 5c46b08Copy full SHA for 5c46b08
types.go
@@ -234,8 +234,8 @@ type Location struct {
234
235
// UserProfilePhotos contains a set of user profile photos.
236
type UserProfilePhotos struct {
237
- TotalCount int `json:"total_count"`
238
- Photos []PhotoSize `json:"photos"`
+ TotalCount int `json:"total_count"`
+ Photos [][]PhotoSize `json:"photos"`
239
}
240
241
// File contains information about a file to download from Telegram.
0 commit comments