Moved Types to their own namespace

This commit is contained in:
netkas 2024-09-29 21:49:10 -04:00
parent 2f701a899f
commit 55e65e8948
35 changed files with 36 additions and 35 deletions

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum BotCommandScopeType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum ChatActionType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum ChatMemberStatus : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum ChatType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum EventType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum InlineQueryResultType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum InputMediaType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum MenuButtonType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum MessageEntityType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum PassportElementType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum PollType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum StickerFormat : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum StickerType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum ThumbnailMimeType : string
{

View file

@ -1,6 +1,6 @@
<?php
namespace TgBotLib\Enums;
namespace TgBotLib\Enums\Types;
enum UpdateEventType : string
{