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 |
Method | Description | |
---|---|---|
MethodGroup_board ( |
public CloseTopic ( int groupId, int topicId ) : Request |
||
groupId | int | |
topicId | int | |
return | Request |
public DeleteComment ( int groupId, int topicId, int commentId ) : Request |
||
groupId | int | |
topicId | int | |
commentId | int | |
return | Request |
public DeleteTopic ( int groupId, int topicId ) : Request |
||
groupId | int | |
topicId | int | |
return | Request |
public FixTopic ( int groupId, int topicId ) : Request |
||
groupId | int | |
topicId | int | |
return | Request |
public RestoreComment ( int groupId, int topicId, int commentId ) : Request |
||
groupId | int | |
topicId | int | |
commentId | int | |
return | Request |
public UnfixTopic ( int groupId, int topicId ) : Request |
||
groupId | int | |
topicId | int | |
return | Request |