C# Class kasthack.vksharp.RequestApi.MethodGroup_notes

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

Méthode Description
Delete ( int noteId ) : Request
DeleteComment ( int commentId, int ownerId = null ) : Request
RestoreComment ( int commentId, int ownerId = null ) : Request

Private Methods

Méthode Description
MethodGroup_notes ( RequestApi parent ) : System

Method Details

Delete() public méthode

public Delete ( int noteId ) : Request
noteId int
Résultat Request

DeleteComment() public méthode

public DeleteComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
Résultat Request

RestoreComment() public méthode

public RestoreComment ( int commentId, int ownerId = null ) : Request
commentId int
ownerId int
Résultat Request