C# Class VkNet.Model.RequestParams.MessagesGetHistoryAttachmentsParams

Параметры метода messages.getHistoryAttachments
Datei anzeigen Open project: vknet/vk Class Usage Examples

Public Methods

Method Description
MessagesGetHistoryAttachmentsParams ( bool gag = true ) : System.Collections.Generic

Параметры метода messages.getHistoryAttachments

ToVkParameters ( MessagesGetHistoryAttachmentsParams p ) : VkParameters

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

Method Details

MessagesGetHistoryAttachmentsParams() public method

Параметры метода messages.getHistoryAttachments
public MessagesGetHistoryAttachmentsParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
return System.Collections.Generic

ToVkParameters() public static method

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