Commit graph

13 commits

Author SHA1 Message Date
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