C# Class kasthack.vksharp.RawApi.MethodGroup_Polls

Show file Open project: kasthack/kasthack.vksharp

Public Methods

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

Private Methods

Method Description
MethodGroup_Polls ( RawApi parent ) : System

Method Details

AddVote() public method

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

DeleteVote() public method

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