Files
telegram-bot/modules/UrlLimitations/UrlLimitations.cs
T

10 lines
188 B
C#
Raw Normal View History

2023-07-29 15:03:45 +03:00
using Kruzya.TelegramBot.Core;
2020-03-03 14:11:51 +04:00
2023-07-29 15:14:52 +03:00
namespace Kruzya.TelegramBot.UrlLimitations;
public class UrlLimitations : Module
2020-03-03 14:11:51 +04:00
{
2023-07-29 15:14:52 +03:00
public UrlLimitations(Core.Core core) : base(core)
2020-03-03 14:11:51 +04:00
{
}
}