Class: RubyCord::Client::Gateway::Event::WebhooksUpdateEvent

Inherits:
RubyCord::Client::Gateway::Event show all
Defined in:
lib/rubycord/client/gateway/event.rb

Overview

Represents a WEBHOOKS_UPDATE event.

Instance Attribute Summary collapse

Method Summary

Methods inherited from RubyCord::Client::Gateway::Event

#inspect

Instance Attribute Details

#channelnil, RubyCord::Channel (readonly)

Note:

This method returns an object from client cache. it will return nil if the object is not in cache.

Returns:

  • (nil)

    The object wasn't cached.

  • (RubyCord::Channel)

    The channel where the webhook was updated.



# File 'lib/rubycord/client/gateway/event.rb', line 561

#guildnil, RubyCord::Guild (readonly)

Note:

This method returns an object from client cache. it will return nil if the object is not in cache.

Returns:

  • (nil)

    The object wasn't cached.

  • (RubyCord::Guild)

    The guild where the webhook was updated.



# File 'lib/rubycord/client/gateway/event.rb', line 561