|
|
@@ -7,7 +7,7 @@ using Model = Discord.API.Gateway.InviteCreateEvent; |
|
|
|
namespace Discord.WebSocket |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// Represents a WebSocket-based invite to a guild. |
|
|
|
/// Represents a WebSocket-based invite to a guild. |
|
|
|
/// </summary> |
|
|
|
[DebuggerDisplay(@"{DebuggerDisplay,nq}")] |
|
|
|
public class SocketInvite : SocketEntity<string>, IInviteMetadata |
|
|
|