PhpBotFramework  2.0.2
A framework for Telegram Bots' APIs.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NPhpBotFramework
 NCommands
 CAdminCommand
 CBasicCommand
 CCallbackCommand
 CCommandHandler
 CMessageCommand
 CMessageRegexCommand
 CMultiCharacterCommand
 NCore
 CChatAll API Methods that involve chats data and info
 CCoreBotCore of the framework
 CEditAll API Methods that edit a message
 CInlineAll inline API Methods
 CSendAll API Methods that send a message (text based or not)
 CUpdatesAll API Methods that get updates from telegram or handle webhooks
 NDatabase
 CDatabase
 CGetterGet PDO and redis object from bot, if any
 CLongPollingUse getUpdates saving and getting offset in Redis and database
 CUser
 NEntities
 CCallbackQueryThis object represents an incoming callback query from a callback button in an inline keyboard
 CChosenInlineResultRepresents the result of an inline query that was chosen by the user
 CEntityAccess
 CFile
 CInlineKeyboardInline Keyboard handler that create and handle inline keyboard buttons
 CInlineQuery
 CInlineQueryResultsHandle and store results before sending them to an answerInlineQuery API call
 CMessageThis object represents a message
 CTextContains text helper methods
 NExceptions
 CBotException
 NLocalization
 CButton
 CFileHandle localizations files, load them from disk
 CLocalization
 CLocalizedStringGet a localized string using user language and localization files
 NTest
 CFakeUpdate
 CTestBot
 NUtilities
 CBotStateHandle users status
 CPaginatorDelimitate items in one page
 CBasicBot
 CBotBot class to handle updates and commands