|
@@ -16,6 +16,7 @@ namespace Discord |
|
|
/// <summary> Gets whether the connection is revoked. </summary> |
|
|
/// <summary> Gets whether the connection is revoked. </summary> |
|
|
/// <returns> A value which if true indicates that this connection has been revoked, otherwise false. </returns> |
|
|
/// <returns> A value which if true indicates that this connection has been revoked, otherwise false. </returns> |
|
|
bool IsRevoked { get; } |
|
|
bool IsRevoked { get; } |
|
|
|
|
|
|
|
|
/// <summary> Gets a <see cref="IReadOnlyCollection{T}"/> of integration IDs. </summary> |
|
|
/// <summary> Gets a <see cref="IReadOnlyCollection{T}"/> of integration IDs. </summary> |
|
|
/// <returns> |
|
|
/// <returns> |
|
|
/// An <see cref="IReadOnlyCollection{T}"/> containing <see cref="ulong"/> |
|
|
/// An <see cref="IReadOnlyCollection{T}"/> containing <see cref="ulong"/> |
|
|