Commit graph

30 commits

Author SHA1 Message Date
netkas
1eaf2e7d91 Remove unused imports across multiple files 2024-11-03 18:26:12 -05:00
netkas
7623f488ee Rename UpdateEventType to EventType for consistency 2024-11-03 18:25:42 -05:00
netkas
56c7fb04d2 Refactor event type determination logic 2024-11-03 17:22:45 -05:00
netkas
4829853d0e Add Edited Message Event support 2024-11-03 17:20:16 -05:00
netkas
2a08cc51de Add support for handling channel post events 2024-11-03 17:18:39 -05:00
netkas
041c2dc84c Add support for edited channel post events 2024-11-03 17:15:47 -05:00
netkas
325e29a930 Add BusinessConnection event support 2024-11-03 17:14:07 -05:00
netkas
2f87996bd3 Add support for business message events 2024-11-03 17:11:16 -05:00
netkas
b40ee01d6e Add support for edited business messages 2024-11-02 00:27:17 -04:00
netkas
775a5ab71f Add support for deleted business messages event 2024-11-02 00:24:18 -04:00
netkas
bcf23f3834 Add support for message reaction event handling 2024-11-02 00:22:25 -04:00
netkas
ada256566e Add support for message reaction count events 2024-11-02 00:20:28 -04:00
netkas
ac431136de Add support for handling inline query events 2024-11-02 00:18:14 -04:00
netkas
a212671c49 Add support for ChosenInlineResult events 2024-11-02 00:16:48 -04:00
netkas
709e5794d5 Add support for CallbackQuery events. 2024-11-01 21:54:05 -04:00
netkas
e843c8ca4f Add support for ShippingQuery events 2024-11-01 21:50:21 -04:00
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
ff245ad315 Add event type determination method to Utilities 2024-11-01 18:04:11 -04:00
netkas
d702ddb120 Update logger dependencies and add Logger class 2024-11-01 14:01:25 -04:00
netkas
741356c5b5 Removed Unused type comment 2024-10-04 14:07:46 -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
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
b2928875cd Added methods \TgBotLib\Classes\Validate::url, \TgBotLib\Classes\Validate::length, & \TgBotLib\Classes\Validate::isHttps to \TgBotLib\Classes\Validate 2023-04-23 17:34:35 -04:00
Netkas
b2dbc01193 More changes 2023-02-14 20:57:15 -05:00