C# Класс kasthack.vksharp.RequestApi.MethodGroup_notes

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

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

Метод Описание
Delete ( int noteId ) : Request
DeleteComment ( int commentId, int ownerId = null ) : Request
RestoreComment ( int commentId, int ownerId = null ) : Request

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

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

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

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

public Delete ( int noteId ) : Request
noteId int
Результат Request

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

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

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

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