Table of Contents

Interface IWebhookEventArgs

Namespace
NetCord.Rest
Assembly
NetCord.dll
public interface IWebhookEventArgs : IJsonModel<JsonWebhookEventArgs>
Inherited Members

Properties

ApplicationId

ulong ApplicationId { get; }

Property Value

ulong

Version

int Version { get; }

Property Value

int

Methods

CreateFromJson(JsonWebhookEventArgs, RestClient)

public static IWebhookEventArgs CreateFromJson(JsonWebhookEventArgs jsonModel, RestClient client)

Parameters

jsonModel JsonWebhookEventArgs
client RestClient

Returns

IWebhookEventArgs