C# Class kasthack.vksharp.RequestApi.MethodGroup_board

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

Méthode 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

Méthode Description
MethodGroup_board ( RequestApi parent ) : System

Method Details

CloseTopic() public méthode

public CloseTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Résultat Request

DeleteComment() public méthode

public DeleteComment ( int groupId, int topicId, int commentId ) : Request
groupId int
topicId int
commentId int
Résultat Request

DeleteTopic() public méthode

public DeleteTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Résultat Request

FixTopic() public méthode

public FixTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Résultat Request

RestoreComment() public méthode

public RestoreComment ( int groupId, int topicId, int commentId ) : Request
groupId int
topicId int
commentId int
Résultat Request

UnfixTopic() public méthode

public UnfixTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Résultat Request