IWebhookUpdateEvent class abstract

When a webhook is created, updated or deleted.

Constructors

IWebhookUpdateEvent()

Properties

channel Cacheable<Snowflake, ITextChannel>
The channel that points this webhook to.
read-only
guild Cacheable<Snowflake, IGuild>
The guild this webhook was created/updated/deleted.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited