Class: Discorb::GatewayHandler::WebhooksUpdateEvent
- Inherits:
 - 
      GatewayEvent
      
        
- Object
 - GatewayEvent
 - Discorb::GatewayHandler::WebhooksUpdateEvent
 
 
- Defined in:
 - lib/discorb/gateway.rb
 
Overview
Represents a WEBHOOKS_UPDATE event.
Instance Attribute Summary collapse
- #channel -> nil, Discorb::Channel readonly
 - #guild -> nil, Discorb::Guild readonly
 
Instance Attribute Details
#channel -> nil, Discorb::Channel (readonly)
    Note:
    
  
  This method returns an object from client cache. it will return nil if the object is not in cache.
| 
       | 
    
      # File 'lib/discorb/gateway.rb', line 430
     | 
  
#guild -> nil, Discorb::Guild (readonly)
    Note:
    
  
  This method returns an object from client cache. it will return nil if the object is not in cache.
| 
       | 
    
      # File 'lib/discorb/gateway.rb', line 430
     |