Update Happiness Task
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using LineMessaging;
|
||||
using Church.Net.Entity;
|
||||
using LineMessaging;
|
||||
using NuGet.Protocol.Plugins;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
@@ -10,8 +12,10 @@ namespace WebAPI.Services.Interfaces
|
||||
{
|
||||
string Description { get; }
|
||||
IEnumerable<string> Commands { get; }
|
||||
IEnumerable<string> ReplyMessage { get; }
|
||||
IEnumerable<LineGroup> SupportGroups { get; }
|
||||
string ReplyTextMessage { get; }
|
||||
IEnumerable<DomainType> SupportGroups { get; }
|
||||
IEnumerable<ILineMessage> LineMessage { get; }
|
||||
bool Enabled(PastoralDomain pastoralDomain = null, string command = null);
|
||||
void Initialize(PastoralDomain pastoralDomain = null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user