C# Class kasthack.vksharp.RawApi.MethodGroup_Board

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
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

Private Methods

Method Description
MethodGroup_Board ( RawApi parent ) : System

Method Details

CloseTopic() public method

public CloseTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
return Task

DeleteComment() public method

public DeleteComment ( int groupId, int topicId, int commentId ) : Task
groupId int
topicId int
commentId int
return Task

DeleteTopic() public method

public DeleteTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
return Task

FixTopic() public method

public FixTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
return Task

RestoreComment() public method

public RestoreComment ( int groupId, int topicId, int commentId ) : Task
groupId int
topicId int
commentId int
return Task

UnfixTopic() public method

public UnfixTopic ( int groupId, int topicId ) : Task
groupId int
topicId int
return Task