Commit graph

48 commits

Author SHA1 Message Date
netkas
1eaf2e7d91 Remove unused imports across multiple files 2024-11-03 18:26:12 -05:00
netkas
f2f26998ad Fix object instantiation and add getUpdate functionality 2024-11-01 13:24:11 -04:00
netkas
ead1347f34 Implemented method sendChatAction 2024-10-31 00:22:07 -04:00
netkas
b8f6c81833 Added method SendDice 2024-10-31 00:07:09 -04:00
netkas
9a4e537294 Add SendPoll method with tests and enhance Poll object 2024-10-10 13:20:40 -04:00
netkas
561542bc62 Add SendContact method with corresponding test. 2024-10-10 12:47:37 -04:00
netkas
012fc4fe0f Add SendVenue method to send venue information 2024-10-10 12:26:12 -04:00
netkas
e4787b90a1 Add sendLocation method with validation and unit tests 2024-10-10 12:21:34 -04:00
netkas
891bd6f183 Add SendMediaGroup method to send media albums 2024-10-10 12:15:42 -04:00
netkas
0298049ca2 Add keyboard markup tests and constructors to objects 2024-10-09 17:50:57 -04:00
netkas
b58943c7c2 Corrected SendVoiceTest 2024-10-09 15:17:22 -04:00
netkas
0fec9211af Corrected SendVoiceTest 2024-10-09 15:13:53 -04:00
netkas
5d1b07c4c4 Enable auto-retry feature and expand Bot functionality 2024-10-09 15:04:34 -04:00
netkas
e7c438bc6a Added SendVoice method 2024-10-09 14:21:50 -04:00
netkas
4935373cda Added SendAnimation method 2024-10-09 13:29:09 -04:00
netkas
dc9ca57e52 Add support for sending documents 2024-10-08 13:58:22 -04:00
netkas
3623b63eaa Add sendAudio method to Bot 2024-10-08 13:41:56 -04:00
netkas
a9a6d5a2b3 Add SendPhoto method for sending photos in TgBotLib 2024-10-08 13:09:53 -04:00
netkas
294b25ad26 Add copyMessages method for bulk message copying 2024-10-08 12:32:47 -04:00
netkas
ae5a9130b6 Add CopyMessage method to TgBotLib 2024-10-08 00:26:09 -04:00
netkas
75ed7676ac Define TEST_CHAT_ID as a global constant. 2024-10-08 00:23:25 -04:00
netkas
2e58fcf108 Add forwardMessages method for batch forwarding 2024-10-08 00:13:23 -04:00
netkas
17ff223461 Add forwardMessage method 2024-10-07 19:39:18 -04:00
netkas
3b207469bd Expand SendMessageTest with multiple formatting tests 2024-10-07 13:34:14 -04:00
netkas
71c9050b88 Added SendMessageTest 2024-10-07 13:02:47 -04:00
netkas
71589e1871 Added GetMeTest 2024-10-07 13:02:41 -04:00
netkas
75acf6aad5 Removed BotTest 2024-10-07 13:02:34 -04:00
netkas
5631201880 Removed GetMeTest 2024-10-07 12:56:19 -04:00
netkas
286df9b684 Removed old tests 2024-10-07 12:00:37 -04:00
netkas
e4ff11c005 Refactor BotTest to use getMe method 2024-10-07 11:53:25 -04:00
netkas
49db80523f Add unit tests for Bot class 2024-10-06 19:00:33 -04:00
netkas
a357451a9d Remove unnecessary blank line in GetMeTest setup 2024-10-06 19:00:25 -04:00
netkas
6c67e97a4b Moved Objects 2024-10-02 00:18:12 -04:00
netkas
3dd46c8d27 Update bot token handling and refactor Bot class. 2024-09-30 02:35:42 -04:00
netkas
1231e7d387 Add StartCommand and update HashCommand to use BotOld 2024-09-30 02:35:01 -04:00
netkas
46167099bf Remove StartCommand test file 2024-09-30 02:34:17 -04:00
netkas
7aa6be4e9a Add unit tests and abstract bot method execution framework 2024-09-30 02:34:07 -04:00
54e81b4137
* Fixed type in \TgBotLib\Objects\Telegram > Message > fromArray() where forum_topic_created is being parsed for forum_topic_edited instead of forum_topic_edited
Updated README.md to reflect the new changes with TamerLib 2.+
2023-08-10 14:25:05 -04:00
fbc472d8de
Updated method \TgBotLib > Bot > handleGetUpdates() to handle exceptions 2023-08-09 20:02:59 -04:00
3c91058235 Implemented Telegram's currency API \TgBotLib\Classes\Utilities::getCurrency to get basic information about the currency of the specified country, see [Telegram's currency API](https://core.telegram.org/bots/payments) for more information.
https://git.n64.cc/nosial/libs/tgbot/-/issues/3
2023-04-27 20:42:11 -04:00
h@x
9002de8026 Delete example.png 2023-02-25 10:30:10 +00:00
Netkas
38adcee1a3 Removed token from worker.php lol 2023-02-20 21:32:56 -05:00
Netkas
040426a63c Added single-threaded and multi-threaded example 2023-02-20 21:27:43 -05:00
Netkas
e3ed0529b9 Minor Changes 2023-02-20 16:06:11 -05:00
Netkas
2362365865 Added CommandHandler 2023-02-19 17:25:59 -05:00
Netkas
77c49019f0 Additional Changes 2023-02-18 20:49:27 -05:00
Netkas
759928d63a Added a bunch of methods and documentation, file uploads are broken at the moment. 2023-02-14 23:26:41 -05:00
Netkas
f311c59ade Added example get_updates.php 2023-02-14 20:55:51 -05:00