Class: RubyCord::Guild::FollowerWebhook

Inherits:
Webhook
  • Object
show all
Defined in:
lib/rubycord/guild/webhook/follower_webhook.rb

Defined Under Namespace

Classes: Channel, Guild

Instance Attribute Summary collapse

Attributes inherited from Webhook

#application_id, #avatar, #channel_id, #guild_id, #name, #token, #user

Method Summary

Methods inherited from Webhook

#delete, #delete_message, #edit, #edit_message, from_url, #inspect, #post

Instance Attribute Details

#source_channelChannel, RubyCord::Guild::Webhook::FollowerWebhook::Channel (readonly)

Represents a source channel of follower webhook.

Returns:

  • (Channel, RubyCord::Guild::Webhook::FollowerWebhook::Channel)

    The source channel of follower webhook.



# File 'lib/rubycord/guild/webhook/follower_webhook.rb', line 7

#source_guildGuild, RubyCord::Guild::Webhook::FollowerWebhook::Guild (readonly)

Represents a source guild of follower webhook.

Returns:

  • (Guild, RubyCord::Guild::Webhook::FollowerWebhook::Guild)

    The source guild of follower webhook.



# File 'lib/rubycord/guild/webhook/follower_webhook.rb', line 7