C# Class kasthack.vksharp.RequestApi.MethodGroup_polls

Datei anzeigen Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
AddVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Request
DeleteVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Request

Private Methods

Method Description
MethodGroup_polls ( RequestApi parent ) : System

Method Details

AddVote() public method

public AddVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Request
pollId long
answerId int
ownerId int
isBoard bool
return Request

DeleteVote() public method

public DeleteVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Request
pollId long
answerId int
ownerId int
isBoard bool
return Request