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.
1 parent b971c58 commit 511cc74Copy full SHA for 511cc74
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