Skip to content

Releases: xtrime-ru/TelegramApiServer

v2.7.0

13 Jul 19:57

Choose a tag to compare

Switch to own madelineProto fork

Full Changelog: v2.6.0...v2.7.0

v2.6.0

31 May 14:36

Choose a tag to compare

v2.5.0

21 Apr 10:59

Choose a tag to compare

What's Changed

  • Refactor request properties by @danog in #178
    No need to wrap requests properties in data array. TelegramApiServer extract list of properties of called method and adapt request properties to correct shape. Old shape with data wrapper is also supported for backward capability.

Full Changelog: v2.4.4...v2.5.0

v2.4.4

22 Mar 22:48

Choose a tag to compare

  • Update madelineProto to TL200
  • Use version for docker image

Full Changelog: v2.4.3...v2.4.4

v2.4.3

04 Mar 19:57

Choose a tag to compare

Hotfix: downloadToResponse was broken in v2.4.2

Full Changelog: v2.4.2...v2.4.3

v2.4.2

03 Mar 19:25

Choose a tag to compare

Features:

  • Add support for sendVideo, sendPhoto, sendDocument and other custom madelineProto methods

Fixes:

  • getHistoryHtml now uses @danog entyty to html converter. Fixes nested entities rendering.

Full Changelog: v2.4.1...v2.4.2

v2.4.1

21 Jan 19:42

Choose a tag to compare

Upgrade php to 8.4 in docker

Full Changelog: v2.4.0...v2.4.1

v2.4.0

22 Dec 22:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.4.0

v2.3.1

18 Aug 15:41

Choose a tag to compare

Full Changelog: v2.3.0...v2.3.1

v2.3.0

14 May 16:30

Choose a tag to compare

Features:

Fixes: