14 lines
311 B
C#
14 lines
311 B
C#
namespace Lagrange.OneBot;
|
|
|
|
internal static class Constant
|
|
{
|
|
public const string OneBotImpl = "Lagrange.OneBot";
|
|
|
|
public const int OneBotProtocolVersion = 11;
|
|
|
|
public const string OneBotImplVersion = "0.0.3";
|
|
|
|
public const bool CanSendImage = true;
|
|
|
|
public const bool CanSendRecord = true;
|
|
} |