Table of Contents

Class PingWebhookEventArgs

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class PingWebhookEventArgs : IWebhookEventArgs, IJsonModel<JsonWebhookEventArgs>
Inheritance
PingWebhookEventArgs
Implements
Inherited Members

Constructors

PingWebhookEventArgs(JsonWebhookEventArgs)

public PingWebhookEventArgs(JsonWebhookEventArgs jsonModel)

Parameters

jsonModel JsonWebhookEventArgs

Properties

ApplicationId

public ulong ApplicationId { get; }

Property Value

ulong

Version

public int Version { get; }

Property Value

int