C# Class kasthack.vksharp.RequestApi.MethodGroup_board

Show file Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
CloseTopic ( int groupId, int topicId ) : Request
DeleteComment ( int groupId, int topicId, int commentId ) : Request
DeleteTopic ( int groupId, int topicId ) : Request
FixTopic ( int groupId, int topicId ) : Request
RestoreComment ( int groupId, int topicId, int commentId ) : Request
UnfixTopic ( int groupId, int topicId ) : Request

Private Methods

Method Description
MethodGroup_board ( RequestApi parent ) : System

Method Details

CloseTopic() public method

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

DeleteComment() public method

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

DeleteTopic() public method

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

FixTopic() public method

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

RestoreComment() public method

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

UnfixTopic() public method

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