C# Class kasthack.vksharp.RawApi.MethodGroup_Board

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

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

Méthode Description
MethodGroup_Board ( RawApi parent ) : System

Method Details

CloseTopic() public méthode

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

DeleteComment() public méthode

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

DeleteTopic() public méthode

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

FixTopic() public méthode

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

RestoreComment() public méthode

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

UnfixTopic() public méthode

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