C# Class kasthack.vksharp.RawApi.MethodGroup_Notes

Show file Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
Delete ( int noteId ) : Task
DeleteComment ( int commentId, int ownerId = null ) : Task
RestoreComment ( int commentId, int ownerId = null ) : Task

Private Methods

Method Description
MethodGroup_Notes ( RawApi parent ) : System

Method Details

Delete() public method

public Delete ( int noteId ) : Task
noteId int
return Task

DeleteComment() public method

public DeleteComment ( int commentId, int ownerId = null ) : Task
commentId int
ownerId int
return Task

RestoreComment() public method

public RestoreComment ( int commentId, int ownerId = null ) : Task
commentId int
ownerId int
return Task