Skip to content

Releases: Mateodioev/telegram-bot-api

Bug fix

30 Jan 17:01
6f46dd1
Compare
Choose a tag to compare
v3.0.1

Change type of create method

Major release

30 Jan 16:41
Compare
Choose a tag to compare

Now methods are called with class Method

Full Changelog: v2.0.1...v3.0

Refactored Code

28 Nov 21:38
Compare
Choose a tag to compare
Refactored Code Pre-release
Pre-release

Now main Class is Mateodioev\Bots\Telegram\Api

Add some types

Full Changelog: v2.0.1...v3.0-beta

add methods to button

16 Oct 04:08
Compare
Choose a tag to compare
v2.0.1

add method removekeyboard and addkeyboard

Optional paramether

30 Sep 18:33
Compare
Choose a tag to compare

Mateodioev\Bots\Telegram\Api

  • request return type of Mateodioev\Utils\fakeStdClass

Mateodioev\Bots\Telegram\Methods

  • add optional params

Full Changelog: v1.2.2...v2.0

Telegram test server support

22 Aug 05:15
Compare
Choose a tag to compare

Add method setTestEnviroment in Mateodioev\Bots\Telegram\Api

Fixed download method

Full Changelog: v1.2.1...v1.2.2

Add method download

11 Aug 18:54
Compare
Choose a tag to compare

Download a document sent to the bot

\Mateodioev\Bots\Telegram\Api->download($file_path, $destination, $timeout)

$file_path: Get with Api->request('getFile', ['file_id' => $unique_file_id]);
$destination: Name of the document where the file will be saved
$timeout: Request timeout

Full Changelog: v1.2...v1.2.1

Update composer version

06 Aug 22:13
Compare
Choose a tag to compare
v1.2

update request version

directory const

06 Aug 03:30
491238b
Compare
Choose a tag to compare
Change /

use DIRECTORY_SEPARATOR

Fixed minor error

03 Jul 03:47
Compare
Choose a tag to compare

set static vars in TelegramLogger