Browse Source

Remove unused model

pull/1923/head
quin lynch 3 years ago
parent
commit
428e8f57ab
1 changed files with 0 additions and 20 deletions
  1. +0
    -20
      src/Discord.Net.Rest/API/Common/InteractionFollowupMessage.cs

+ 0
- 20
src/Discord.Net.Rest/API/Common/InteractionFollowupMessage.cs View File

@@ -1,20 +0,0 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Discord.API
{
internal class InteractionFollowupMessage
{
public string Content { get; set; }
public Optional<string> Username { get; set; }
public Optional<string> AvatarUrl { get; set; }
public Optional<bool> TTS { get; set; }
public Optional<Stream> File { get; set; }
public Embed[] Embeds { get; set; }

}
}

Loading…
Cancel
Save