C# Класс kasthack.vksharp.RawApi.MethodGroup_Photos

Показать файл Открыть проект

Открытые методы

Метод Описание
ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Task
Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Task
CreateAlbum ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
Delete ( long photoId, int ownerId = null ) : Task
DeleteAlbum ( long albumId, int groupId = null ) : Task
DeleteComment ( int commentId, int ownerId = null ) : Task
Edit ( long photoId, int ownerId = null, string caption = "" ) : Task
EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
Get ( SpecialAlbum albumId, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
Get ( long albumId = null, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
GetAlbums ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : Task
GetAlbumsCount ( int userId = null, int groupId = null ) : Task
GetAll ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : Task
GetById ( ) : Task
GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Task
GetOwnerPhotoUploadServer ( ) : Task
GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Task
GetUploadServer ( long albumId, int groupId = null ) : Task
MakeCover ( long albumId, long photoId, int ownerId = null ) : Task
Move ( long targetAlbumId, long photoId, int ownerId = null ) : Task
RemoveTag ( int tagId, long photoId, int ownerId = null ) : Task
ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Task
ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Task
Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Task
ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Task
Restore ( int ownerId, long photoId ) : Task
RestoreComment ( int commentId, int ownerId = null ) : Task
Save ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : Task

Приватные методы

Метод Описание
MethodGroup_Photos ( RawApi parent ) : System

Описание методов

ConfirmTag() публичный Метод

public ConfirmTag ( int tagId, long photoId, int ownerId = null ) : Task
tagId int
photoId long
ownerId int
Результат Task

Copy() публичный Метод

public Copy ( long photoId, int ownerId = null, string accessKey = "" ) : Task
photoId long
ownerId int
accessKey string
Результат Task

CreateAlbum() публичный Метод

public CreateAlbum ( string title, string description = "", int groupId = null, PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
title string
description string
groupId int
privacy PrivacyType
commentPrivacy PrivacyType
Результат Task

Delete() публичный Метод

public Delete ( long photoId, int ownerId = null ) : Task
photoId long
ownerId int
Результат Task

DeleteAlbum() публичный Метод

public DeleteAlbum ( long albumId, int groupId = null ) : Task
albumId long
groupId int
Результат Task

DeleteComment() публичный Метод

public DeleteComment ( int commentId, int ownerId = null ) : Task
commentId int
ownerId int
Результат Task

Edit() публичный Метод

public Edit ( long photoId, int ownerId = null, string caption = "" ) : Task
photoId long
ownerId int
caption string
Результат Task

EditAlbum() публичный Метод

public EditAlbum ( long albumId, int ownerId = null, string title = "", string description = "", PrivacyType privacy = null, PrivacyType commentPrivacy = null ) : Task
albumId long
ownerId int
title string
description string
privacy PrivacyType
commentPrivacy PrivacyType
Результат Task

Get() публичный Метод

public Get ( SpecialAlbum albumId, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
albumId SpecialAlbum
ownerId int
photoIds int
rev bool
extended bool
feedType FeedType
feed int
offset int
count int
Результат Task

Get() публичный Метод

public Get ( long albumId = null, int ownerId = null, int photoIds = null, bool rev = true, bool extended = false, FeedType feedType = null, int feed = null, int offset = null, int count = 100 ) : Task
albumId long
ownerId int
photoIds int
rev bool
extended bool
feedType FeedType
feed int
offset int
count int
Результат Task

GetAlbums() публичный Метод

public GetAlbums ( int ownerId = null, bool needSystem = true, bool needCovers = true, int offset = null, int count = 100 ) : Task
ownerId int
needSystem bool
needCovers bool
offset int
count int
Результат Task

GetAlbumsCount() публичный Метод

public GetAlbumsCount ( int userId = null, int groupId = null ) : Task
userId int
groupId int
Результат Task

GetAll() публичный Метод

public GetAll ( int ownerId = null, bool extended = false, bool noServiceAlbums = false, bool needHidden = null, bool skipHidden = null, int offset = null, int count = 100 ) : Task
ownerId int
extended bool
noServiceAlbums bool
needHidden bool
skipHidden bool
offset int
count int
Результат Task

GetById() публичный Метод

public GetById ( ) : Task
Результат Task

GetChatUploadServer() публичный Метод

public GetChatUploadServer ( int chatId, int cropX = null, int cropY = null, int cropWidth = null ) : Task
chatId int
cropX int
cropY int
cropWidth int
Результат Task

GetOwnerPhotoUploadServer() публичный Метод

public GetOwnerPhotoUploadServer ( ) : Task
Результат Task

GetTags() публичный Метод

public GetTags ( long photoId, int ownerId = null, string accessKey = "" ) : Task
photoId long
ownerId int
accessKey string
Результат Task

GetUploadServer() публичный Метод

public GetUploadServer ( long albumId, int groupId = null ) : Task
albumId long
groupId int
Результат Task

MakeCover() публичный Метод

public MakeCover ( long albumId, long photoId, int ownerId = null ) : Task
albumId long
photoId long
ownerId int
Результат Task

Move() публичный Метод

public Move ( long targetAlbumId, long photoId, int ownerId = null ) : Task
targetAlbumId long
photoId long
ownerId int
Результат Task

RemoveTag() публичный Метод

public RemoveTag ( int tagId, long photoId, int ownerId = null ) : Task
tagId int
photoId long
ownerId int
Результат Task

ReorderAlbums() публичный Метод

public ReorderAlbums ( long albumId, int ownerId = null, long before = null, long after = null ) : Task
albumId long
ownerId int
before long
after long
Результат Task

ReorderPhotos() публичный Метод

public ReorderPhotos ( long photoId, int ownerId = null, long before = null, long after = null ) : Task
photoId long
ownerId int
before long
after long
Результат Task

Report() публичный Метод

public Report ( long photoId, int ownerId = null, ReportReason reason = null ) : Task
photoId long
ownerId int
reason ReportReason
Результат Task

ReportComment() публичный Метод

public ReportComment ( int commentId, int ownerId = null, ReportReason reason = null ) : Task
commentId int
ownerId int
reason ReportReason
Результат Task

Restore() публичный Метод

public Restore ( int ownerId, long photoId ) : Task
ownerId int
photoId long
Результат Task

RestoreComment() публичный Метод

public RestoreComment ( int commentId, int ownerId = null ) : Task
commentId int
ownerId int
Результат Task

Save() публичный Метод

public Save ( long albumId, string server, string photosList, string hash, int groupId = null, double latitude = null, double longitude = null, string caption = "", string description = "" ) : Task
albumId long
server string
photosList string
hash string
groupId int
latitude double
longitude double
caption string
description string
Результат Task