Added localization addon
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Telegram.Bot.Types;
|
||||
using Telegrator.Handlers.Components;
|
||||
|
||||
namespace Telegrator.Localized
|
||||
{
|
||||
public interface ILocalizedMessageHandler : ILocalizedHandler<Message>
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user