Update
- 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:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user