Commit graph

49 commits

Author SHA1 Message Date
netkas
f1342e3f42 Add PreCheckoutQueryEvent handling 2024-11-01 21:33:47 -04:00
netkas
c57cdfe05c Add support for Paid Media Purchased event 2024-11-01 21:30:41 -04:00
netkas
31550fc1dc Add PollEvent to handle new poll updates 2024-11-01 18:19:47 -04:00
netkas
d56cc3dd22 Add support for handling poll answer updates 2024-11-01 18:16:17 -04:00
netkas
3ce87cabcb Add support for MyChatMemberUpdatedEvent 2024-11-01 18:13:09 -04:00
netkas
73d14179b1 Rename EventType to UpdateEventType for clarity 2024-11-01 18:11:11 -04:00
netkas
b8b1a87639 Add ChatMemberUpdatedEvent handling 2024-11-01 18:09:14 -04:00
netkas
374e3907c4 Add EventType enum for standardized event handling 2024-11-01 15:46:55 -04:00
netkas
f8e5b0f632 Add SetWebhook method and integrate with Methods enum 2024-11-01 13:51:52 -04:00
netkas
845a0d3b3c Add GetUpdates method for fetching updates 2024-11-01 12:44:54 -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
744771445e Enhance reply_markup handling and add SendPaidMedia method. 2024-10-09 15:25:19 -04:00
netkas
27ffc3408d Added SendVideoNote method 2024-10-09 15:10:32 -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
f17915bab6 Added SendVideo Method 2024-10-08 15:35:54 -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
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
3b0d131582 Include ObjectTypeInterface in Methods 2024-10-06 19:00:09 -04:00
netkas
220100c4b5 Minor corrections 2024-10-06 16:14:54 -04:00
netkas
e8a6e7a6e1 Added ChatBoostSource objects 2024-10-06 15:45:44 -04:00
netkas
63970f807e Updated KeyboardButtonPollType 2024-10-05 00:24:58 -04:00
netkas
c546a44b78 Updated Stickers 2024-10-04 21:08:22 -04:00
netkas
eef9ab5624 Added TransactionPartner object 2024-10-04 19:48:00 -04:00
netkas
07140aa08f Added RevenueWithdrawalState objects 2024-10-04 15:44:37 -04:00
netkas
ba5e446bd2 Added ReactionType objects 2024-10-04 13:23:54 -04:00
netkas
3774b7f8c0 Updated InputMedia objects 2024-10-04 00:36:07 -04:00
netkas
58849813e9 Updated InputMessageContent objects 2024-10-03 00:45:23 -04:00
netkas
c2ba0bf68e Add BackgroundType objects 2024-10-01 12:41:37 -04:00
netkas
649004a844 Add BackgroundFill objects 2024-10-01 12:41:28 -04:00
netkas
a4bc96d00b Added PaidMedia, PaidMediaPhoto, PaidMediaPreview, PaidMediaVideo & PaidMediaType Enum 2024-09-30 13:45:38 -04:00
netkas
c4c307fcf1 Add message origin classes 2024-09-30 13:04:23 -04:00
netkas
1e3824a87a Updated Methods 2024-09-30 12:22:12 -04:00
netkas
1720455918 Add execute method to Methods enum 2024-09-30 02:48:39 -04:00
netkas
7aa6be4e9a Add unit tests and abstract bot method execution framework 2024-09-30 02:34:07 -04:00
netkas
55e65e8948 Moved Types to their own namespace 2024-09-29 21:49:10 -04:00
netkas
323c3531ba Refactor enums to use native PHP 8.1 syntax 2024-09-29 21:46:55 -04:00
5ec6f7271a
* Renamed namespace from \TgBotLib\Abstracts to \TgBotLib\Enums
* Updated class type to `final class` in `\TgBotLib\Enums > BotCommandScopeType`
 * Updated class type to `final class` in `\TgBotLib\Enums >  ChatActionType`
 * Updated class type to `final class` in `\TgBotLib\Enums > ChatMemberStatus`
 * Updated class type to `final class` in `\TgBotLib\Enums > ChatType`
 * Updated class type to `final class` in `\TgBotLib\Enums > EventType`
 * Updated class type to `final class` in `\TgBotLib\Enums > InlineQueryResultType`
 * Updated class type to `final class` in `\TgBotLib\Enums > InputMediaType`
 * Updated class type to `final class` in `\TgBotLib\Enums > InputButtonType`
 * Updated class type to `final class` in `\TgBotLib\Enums > MessageEntityType`
 * Updated class type to `final class` in `\TgBotLib\Enums > PassportElementType`
 * Updated class type to `final class` in `\TgBotLib\Enums > PollType`
 * Updated class type to `final class` in `\TgBotLib\Enums > StickerFormat`
 * Updated class type to `final class` in `\TgBotLib\Enums > StickerType`
 * Updated class type to `final class` in `\TgBotLib\Enums > ThumbnailMimeType`
 * Updated class type to `final class` in `\TgBotLib\Enums > UpdateEventType`
2023-08-09 15:32:45 -04:00