C# Class VkNet.Model.RequestParams.LikesGetListParams

Параметры запроса likes.getList
Datei anzeigen Open project: vknet/vk Class Usage Examples

Public Methods

Method Description
LikesGetListParams ( bool gog = true ) : System

Параметры запроса likes.getList

ToVkParameters ( LikesGetListParams p ) : VkParameters

Привести к типу VkParameters.

Method Details

LikesGetListParams() public method

Параметры запроса likes.getList
public LikesGetListParams ( bool gog = true ) : System
gog bool
return System

ToVkParameters() public static method

Привести к типу VkParameters.
public static ToVkParameters ( LikesGetListParams p ) : VkParameters
p LikesGetListParams Параметры.
return VkParameters