Browse Source

forgot to add docs

pull/2510/head
Misha133 2 years ago
parent
commit
24329e35e6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/Discord.Net.Rest/Entities/Invites/RestInvite.cs

+ 2
- 0
src/Discord.Net.Rest/Entities/Invites/RestInvite.cs View File

@@ -28,6 +28,8 @@ namespace Discord.Rest
/// <inheritdoc />
public TargetUserType TargetUserType { get; private set; }
internal IChannel Channel { get; }

/// <inheritdoc cref="IInvite.Guild"/>
public IGuild Guild { get; }

/// <inheritdoc />


Loading…
Cancel
Save