File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1212 "dependencies" : [],
1313 "author" : " M.E.Sysoev" ,
1414 "description" : " Telegram Bot API for Delphi" ,
15- "version" : " 3.3.1 " ,
15+ "version" : " 3.4.0 " ,
1616 "first_version" : " 2.3.1" ,
1717 "project_url" : " https://github.com/ms301/TelegAPI" ,
1818 "homepage_url" : " https://t.me/telegaPiBotTest" ,
Original file line number Diff line number Diff line change 22
33Telega π - Library for working with Telegram Bot API in Delphi
44
5- Version Bot API: * 3.3.1 *
5+ Version Bot API: * 3.4.0 *
66
77## Support project
88
@@ -19,6 +19,11 @@ as well as many others who ask / suggest features / points bugs.
1919### [ ** Donate** ] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U )
2020- Unfortunately, no one has helped financially =(
2121
22+ [ ![ Donate] ( https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U )
23+
24+ ## Powered by TelegaPi
25+ * [ 🤖ChallengeOfTheDay] ( https://goo.gl/4TbFH9 )
26+
2227## Dependencies
2328
2429* [ RAD Studio XE8, 10.0(Seattle) 10.1(Berlin) 10.2(Tokyo)] ( https://www.embarcadero.com/products/delphi )
@@ -28,7 +33,7 @@ as well as many others who ask / suggest features / points bugs.
2833
2934Telega π - Библиотека для работы с Telegram Bot API в Delphi
3035
31- Версия Bot API: * 3.3.1 *
36+ Версия Bot API: * 3.4.0 *
3237
3338## Помощь проекту
3439
@@ -45,6 +50,11 @@ Telega π - Библиотека для работы с Telegram Bot API в Delp
4550### [ ** Donate** ] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U )
4651- К сожалинию, еще никто не помог материально =(
4752
53+ [ ![ Donate] ( https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5ASFXPC68MS2U )
54+
55+ ## Боты, работающие на TelegaPi
56+ * [ 🤖ChallengeOfTheDay] ( https://goo.gl/4TbFH9 )
57+
4858## Зависимости
4959
5060* [ RAD Studio XE8, 10.0(Seattle) 10.1(Berlin) 10.2(Tokyo)] ( https://www.embarcadero.com/products/delphi )
Original file line number Diff line number Diff line change @@ -1783,7 +1783,7 @@ destructor TTelegramBot.Destroy;
17831783
17841784function TTelegramBot.GetVersionAPI : string;
17851785begin
1786- Result := ' 3.3.1 ' ;
1786+ Result := ' 3.4.0 ' ;
17871787end ;
17881788
17891789function TTelegramBot.RequestAPI <T>(const Method: string; Parameters: TDictionary<string, TValue>): T;
You can’t perform that action at this time.
0 commit comments