Class: Discorb::Gateway::InviteDeleteEvent

Inherits:
GatewayEvent show all
Defined in:
lib/discorb/gateway_events.rb

Overview

Represents a INVITE_DELETE event.

Instance Attribute Summary collapse

Method Summary

Methods inherited from GatewayEvent

#inspect

Instance Attribute Details

#channelnil, 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_events.rb', line 431


#codeString (readonly)



429
430
431
# File 'lib/discorb/gateway_events.rb', line 429

def code
  @code
end

#guildnil, 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_events.rb', line 431