C# Класс kasthack.vksharp.RequestApi.MethodGroup_board

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
MethodGroup_board ( RequestApi parent ) : System

Описание методов

CloseTopic() публичный Метод

public CloseTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Результат Request

DeleteComment() публичный Метод

public DeleteComment ( int groupId, int topicId, int commentId ) : Request
groupId int
topicId int
commentId int
Результат Request

DeleteTopic() публичный Метод

public DeleteTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Результат Request

FixTopic() публичный Метод

public FixTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Результат Request

RestoreComment() публичный Метод

public RestoreComment ( int groupId, int topicId, int commentId ) : Request
groupId int
topicId int
commentId int
Результат Request

UnfixTopic() публичный Метод

public UnfixTopic ( int groupId, int topicId ) : Request
groupId int
topicId int
Результат Request