NovaGram Versions Save

An Object-Oriented PHP library for Telegram Bots

v1.10

3 years ago

Bot API v5.2 and fixes

v0.2.1

3 years ago

v1.9

3 years ago

NovaGram v1.9

Bot Api v5.1, userbots, new handlers, new methods, new settings, and more

Read the full Changelog for a full list of changes

v1.8

3 years ago

NovaGram v1.8

This update features new handy handlers, useful settings, various improvements and first backward-compatible implementation of PHP8 features!

View the full changelog

v1.7

3 years ago

v1.7 - Bot Api 5.0

This updates includes

  • Bot Api 5.0 features
  • Improvements to async handling of updates
  • New UnauthorizedException

v1.6

3 years ago

A Big NovaGram Update is here!

NovaGram v1.6 has been released, some of the new features:

  • Added new getUpdates mode, alternative to webhook
  • Many many new Exceptions, for handling more specific errors
  • Added some new parameters to Bot settings
  • Added implementation for Monolog/Logger
  • HTML Entities Parser has been fixed, now it supports almost every entity

v1.5

3 years ago

v1.5

  • Added positional arguments and named arguments (like python kwargs) to Types Methods (in a BC way)
  • Bot and Database Classes are now prototypeable
  • Full Return Types implementation
  • Added some HTML tags to Entities Parser
  • Built-in debug now looks like a normal exception
  • NULL properties are no longer displayed in debug functions (such as var_dump, print_r and similar)

v1.4

3 years ago

Added Typed Properties with Description to every Object Added non-dinamic Methods to Bot Class Added Entity Parser, and Message::toHTML() Method

v1.3

3 years ago

What's new:

  • Database in docs
  • Debug methods
  • JS-like prototypes
  • Many fixes in Conversations

v1.2

3 years ago