Class: Discorb::Webhook::FollowerWebhook
- Inherits:
 - 
      Discorb::Webhook
      
        
- Object
 - Discorb::Webhook
 - Discorb::Webhook::FollowerWebhook
 
 
- Defined in:
 - lib/discorb/webhook.rb
 
Overview
Represents a webhook of channel following.
Defined Under Namespace
Instance Attribute Summary collapse
- 
  
    
      #source_channel -> Discorb::Channel, Discorb::Webhook::FollowerWebhook::Channel 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Represents a source channel of follower webhook.
 - 
  
    
      #source_guild -> Discorb::Guild, Discorb::Webhook::FollowerWebhook::Guild 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Represents a source guild of follower webhook.
 
Attributes inherited from Discorb::Webhook
#application_id, #avatar, #channel_id, #guild_id, #name, #token, #user
Method Summary
Methods inherited from Discorb::Webhook
#delete, #delete_message, #edit, #edit_message, from_url, #inspect, new, #post
Instance Attribute Details
#source_channel -> Discorb::Channel, Discorb::Webhook::FollowerWebhook::Channel (readonly)
Represents a source channel of follower webhook.
| 
       | 
    
      # File 'lib/discorb/webhook.rb', line 279
     | 
  
#source_guild -> Discorb::Guild, Discorb::Webhook::FollowerWebhook::Guild (readonly)
Represents a source guild of follower webhook.
| 
       | 
    
      # File 'lib/discorb/webhook.rb', line 279
     |