C# Class kasthack.vksharp.RawApi.MethodGroup_Notes

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

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

Private Methods

Méthode Description
MethodGroup_Notes ( RawApi parent ) : System

Method Details

Delete() public méthode

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

DeleteComment() public méthode

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

RestoreComment() public méthode

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