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

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

공개 메소드들

메소드 설명
CloseTopic ( int groupId, int topicId ) : Task
DeleteComment ( int groupId, int topicId, int commentId ) : Task
DeleteTopic ( int groupId, int topicId ) : Task
FixTopic ( int groupId, int topicId ) : Task
RestoreComment ( int groupId, int topicId, int commentId ) : Task
UnfixTopic ( int groupId, int topicId ) : Task

비공개 메소드들

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

메소드 상세

CloseTopic() 공개 메소드

public CloseTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
리턴 Task

DeleteComment() 공개 메소드

public DeleteComment ( int groupId, int topicId, int commentId ) : Task
groupId int
topicId int
commentId int
리턴 Task

DeleteTopic() 공개 메소드

public DeleteTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
리턴 Task

FixTopic() 공개 메소드

public FixTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
리턴 Task

RestoreComment() 공개 메소드

public RestoreComment ( int groupId, int topicId, int commentId ) : Task
groupId int
topicId int
commentId int
리턴 Task

UnfixTopic() 공개 메소드

public UnfixTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
리턴 Task