- adding more Constants to Telegram file
- Buttongrid: fixing check for rows and columns
- Buttongrid: replacingvalues with constants from Telegram file
This commit is contained in:
FlorianDahn
2020-03-27 12:08:34 +07:00
parent 321bd7c0ff
commit 164194ac66
2 changed files with 16 additions and 8 deletions
+8
View File
@@ -13,5 +13,13 @@ namespace TelegramBotBase.Constants
/// </summary>
public const int MaxMessageLength = 4096;
public const int MaxInlineKeyBoardRows = 13;
public const int MaxInlineKeyBoardCols = 8;
public const int MaxReplyKeyboardRows = 25;
public const int MaxReplyKeyboardCols = 12;
}
}