You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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;
|
|
} |