Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponsePhotos ¶
type ResponsePhotos struct {
TotalCount int32 `json:"total_count"`
PhotoList []struct {
Type string `json:"@type"`
AddedDate int32 `json:"added_date"`
Id int64 `json:"id"`
Sizes []struct {
Height int32 `json:"height"`
Width int32 `json:"width"`
Photo struct {
Id int32 `json:"id"`
ExpectedSize int32 `json:"expected_size"`
Size int32 `json:"size"`
Remote struct {
Type string `json:"@type"`
Id string `json:"id"`
UniqueId string `json:"unique_id"`
IsUploadingActive bool `json:"is_uploading_active"`
IsUploadingCompleted bool `json:"is_uploading_completed"`
UploadedSize bool `json:"uploaded_size"`
} `json:"remote"`
Local struct {
Type string `json:"@type"`
CanBeDownloaded bool `json:"can_be_downloaded"`
CanBeDeleted bool `json:"can_be_deleted"`
Path string `json:"path"`
} `json:"local"`
} `json:"photo"`
} `json:"sizes"`
} `json:"photos"`
}
type ResponseUser ¶
Click to show internal directories.
Click to hide internal directories.