C# 클래스 kasthack.vksharp.RawApi.MethodGroup_Notes

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
Delete ( int noteId ) : Task
DeleteComment ( int commentId, int ownerId = null ) : Task
RestoreComment ( int commentId, int ownerId = null ) : Task

비공개 메소드들

메소드 설명
MethodGroup_Notes ( RawApi parent ) : System

메소드 상세

Delete() 공개 메소드

public Delete ( int noteId ) : Task
noteId int
리턴 Task

DeleteComment() 공개 메소드

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

RestoreComment() 공개 메소드

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