|
@@ -21,7 +21,7 @@ namespace Discord |
|
|
bool IsSyncing { get; } |
|
|
bool IsSyncing { get; } |
|
|
/// <summary> Gets the ID that this integration uses for "subscribers". </summary> |
|
|
/// <summary> Gets the ID that this integration uses for "subscribers". </summary> |
|
|
ulong ExpireBehavior { get; } |
|
|
ulong ExpireBehavior { get; } |
|
|
/// <summary> Gets the grace period before expiring subscribers. </summary> |
|
|
|
|
|
|
|
|
/// <summary> Gets the grace period before expiring "subscribers". </summary> |
|
|
ulong ExpireGracePeriod { get; } |
|
|
ulong ExpireGracePeriod { get; } |
|
|
/// <summary> Gets when this integration was last synced. </summary> |
|
|
/// <summary> Gets when this integration was last synced. </summary> |
|
|
/// <returns> A <see cref="DateTimeOffset"/> containing a date and time of day when the integration was last synced. </returns> |
|
|
/// <returns> A <see cref="DateTimeOffset"/> containing a date and time of day when the integration was last synced. </returns> |
|
|