-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
Shoko.Plugin.Abstractions
to 3.0.0-alpha11
- Loading branch information
1 parent
1427c20
commit 307c5f6
Showing
6 changed files
with
20 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
using System.IO; | ||
using System.Threading.Tasks; | ||
using Shoko.Plugin.Abstractions.DataModels; | ||
using Shoko.Plugin.Abstractions.DataModels.Shoko; | ||
using Shoko.Plugin.WebhookDump.Models.AniDB; | ||
|
||
namespace Shoko.Plugin.WebhookDump.Apis; | ||
|
||
public interface IDiscordHelper | ||
{ | ||
void Dispose(); | ||
Task PatchWebhook(IVideoFile file, IAnime anime, IEpisode episode, MemoryStream imageStream, string messageId); | ||
Task PatchWebhook(IVideoFile file, IShokoSeries anime, IEpisode episode, MemoryStream imageStream, string messageId); | ||
Task<string> SendWebhook(IVideoFile file, string dumpResult, AniDBSearchResult searchResult); | ||
Task<bool> GetMessageReactionState(string messageId); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters