| Media Constructor (InstagramConfig, OAuthResponse) |
Media Endpoints
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Media(
InstagramConfig config,
OAuthResponse auth
)
Public Sub New (
config As InstagramConfig,
auth As OAuthResponse
)
public:
Media(
InstagramConfig^ config,
OAuthResponse^ auth
)
new :
config : InstagramConfig *
auth : OAuthResponse -> Media
Parameters
- config
- Type: InstaSharpInstagramConfig
An instance of the InstagramConfig class. - auth
- Type: InstaSharp.Models.ResponsesOAuthResponse
An instance of the OAuthResponse class.
See Also